#include <set_odom.h>
Public Member Functions | |
virtual int | deserialize (unsigned char *inbuffer) |
const char * | getMD5 () |
const char * | getType () |
virtual int | serialize (unsigned char *outbuffer) const |
Public Attributes | |
float | theta |
float | x |
float | y |
Definition at line 13 of file set_odom.h.
virtual int lizi::set_odomRequest::deserialize | ( | unsigned char * | inbuffer | ) | [inline, virtual] |
Implements ros::Msg.
Definition at line 56 of file set_odom.h.
const char* lizi::set_odomRequest::getMD5 | ( | ) | [inline, virtual] |
Implements ros::Msg.
Definition at line 96 of file set_odom.h.
const char* lizi::set_odomRequest::getType | ( | ) | [inline, virtual] |
Implements ros::Msg.
Definition at line 95 of file set_odom.h.
virtual int lizi::set_odomRequest::serialize | ( | unsigned char * | outbuffer | ) | const [inline, virtual] |
Implements ros::Msg.
Definition at line 20 of file set_odom.h.
Definition at line 18 of file set_odom.h.
float lizi::set_odomRequest::x |
Definition at line 16 of file set_odom.h.
float lizi::set_odomRequest::y |
Definition at line 17 of file set_odom.h.