1 #ifndef _ROS_geometry_msgs_Pose2D_h
2 #define _ROS_geometry_msgs_Pose2D_h
9 namespace geometry_msgs
26 virtual int serialize(
unsigned char *outbuffer)
const
44 const char *
getType(){
return "geometry_msgs/Pose2D"; };
45 const char *
getMD5(){
return "938fa65709584ad8e77d238529be13b8"; };
static int serializeAvrFloat64(unsigned char *outbuffer, const float f)
This tricky function handles promoting a 32bit float to a 64bit double, so that AVR can publish messa...
Definition: msg.h:62
float x
Definition: Pose2D.h:15
const char * getMD5()
Definition: Pose2D.h:45
Pose2D()
Definition: Pose2D.h:19
virtual int serialize(unsigned char *outbuffer) const
Definition: Pose2D.h:26
virtual int deserialize(unsigned char *inbuffer)
Definition: Pose2D.h:35
const char * getType()
Definition: Pose2D.h:44
float theta
Definition: Pose2D.h:17
float y
Definition: Pose2D.h:16
static int deserializeAvrFloat64(const unsigned char *inbuffer, float *f)
This tricky function handles demoting a 64bit double to a 32bit float, so that AVR can understand mes...
Definition: msg.h:100