19#ifndef YARP_ROSMSG_nav_msgs_Odometry_h
20#define YARP_ROSMSG_nav_msgs_Odometry_h
197 static constexpr const char*
typeName =
"nav_msgs/Odometry";
200 static constexpr const char*
typeChecksum =
"cd5e73d190d741a2f92e81eda573aca7";
204# This represents an estimate of a position and velocity in free space. \n\
205# The pose in this message should be specified in the coordinate frame given by header.frame_id.\n\
206# The twist in this message should be specified in the coordinate frame given by the child_frame_id\n\
208string child_frame_id\n\
209geometry_msgs/PoseWithCovariance pose\n\
210geometry_msgs/TwistWithCovariance twist\n\
212================================================================================\n\
213MSG: std_msgs/Header\n\
214# Standard metadata for higher-level stamped data types.\n\
215# This is generally used to communicate timestamped data \n\
216# in a particular coordinate frame.\n\
218# sequence ID: consecutively increasing ID \n\
220#Two-integer timestamp that is expressed as:\n\
221# * stamp.sec: seconds (stamp_secs) since epoch (in Python the variable is called 'secs')\n\
222# * stamp.nsec: nanoseconds since stamp_secs (in Python the variable is called 'nsecs')\n\
223# time-handling sugar is provided by the client library\n\
225#Frame this data is associated with\n\
230================================================================================\n\
231MSG: geometry_msgs/PoseWithCovariance\n\
232# This represents a pose in free space with uncertainty.\n\
236# Row-major representation of the 6x6 covariance matrix\n\
237# The orientation parameters use a fixed-axis representation.\n\
238# In order, the parameters are:\n\
239# (x, y, z, rotation about X axis, rotation about Y axis, rotation about Z axis)\n\
240float64[36] covariance\n\
242================================================================================\n\
243MSG: geometry_msgs/Pose\n\
244# A representation of pose in free space, composed of position and orientation. \n\
246Quaternion orientation\n\
248================================================================================\n\
249MSG: geometry_msgs/Point\n\
250# This contains the position of a point in free space\n\
255================================================================================\n\
256MSG: geometry_msgs/Quaternion\n\
257# This represents an orientation in free space in quaternion form.\n\
264================================================================================\n\
265MSG: geometry_msgs/TwistWithCovariance\n\
266# This expresses velocity in free space with uncertainty.\n\
270# Row-major representation of the 6x6 covariance matrix\n\
271# The orientation parameters use a fixed-axis representation.\n\
272# In order, the parameters are:\n\
273# (x, y, z, rotation about X axis, rotation about Y axis, rotation about Z axis)\n\
274float64[36] covariance\n\
276================================================================================\n\
277MSG: geometry_msgs/Twist\n\
278# This expresses velocity in free space broken into its linear and angular parts.\n\
282================================================================================\n\
283MSG: geometry_msgs/Vector3\n\
284# This represents a vector in free space. \n\
285# It is only meant to represent a direction. Therefore, it does not\n\
286# make sense to apply a translation to it (e.g., when applying a \n\
287# generic rigid transformation to a Vector3, tf2 will only apply the\n\
288# rotation). If you want your data to be translatable too, use the\n\
289# geometry_msgs/Point message instead.\n\
#define BOTTLE_TAG_STRING
An interface for reading from a network connection.
virtual bool expectBlock(char *data, size_t len)=0
Read a block of data from the network connection.
virtual bool isBareMode() const =0
Check if the connection is bare mode.
virtual std::int32_t expectInt32()=0
Read a 32-bit integer from the network connection.
virtual bool convertTextMode()=0
Reads in a standard description in text mode, and converts it to a standard description in binary.
virtual bool isError() const =0
An interface for writing to a network connection.
virtual bool isError() const =0
virtual bool isBareMode() const =0
Check if the connection is bare mode.
virtual void appendExternalBlock(const char *data, size_t len)=0
Send a block of data to the network connection, without making a copy.
virtual bool convertTextMode()=0
Converts a standard description in binary into a textual description, if the connection is in text-mo...
virtual void appendInt32(std::int32_t data)=0
Send a representation of a 32-bit integer to the network connection.
static Type byName(const char *name)
Type & addProperty(const char *key, const Value &val)
A single value (typically within a Bottle).
A "tamed" Portable, that promises to serialize itself in an IDL-friendly way.
virtual bool read(yarp::os::idl::WireReader &reader)
virtual bool write(const yarp::os::idl::WireWriter &writer) const
IDL-friendly connection reader.
bool readString(std::string &str, bool *is_vocab=nullptr)
bool write(yarp::os::ConnectionWriter &connection) const override
Write this object to a network connection.
bool read(yarp::os::ConnectionReader &connection) override
Read this object from a network connection.
bool read(yarp::os::ConnectionReader &connection) override
Read this object from a network connection.
bool write(yarp::os::ConnectionWriter &connection) const override
Write this object to a network connection.
bool write(yarp::os::ConnectionWriter &connection) const override
Write this object to a network connection.
yarp::os::idl::BottleStyle< yarp::rosmsg::nav_msgs::Odometry > bottleStyle
yarp::rosmsg::geometry_msgs::PoseWithCovariance pose
bool readBare(yarp::os::ConnectionReader &connection) override
bool writeBottle(yarp::os::ConnectionWriter &connection) const override
yarp::os::idl::BareStyle< yarp::rosmsg::nav_msgs::Odometry > rosStyle
static constexpr const char * typeText
static constexpr const char * typeName
yarp::rosmsg::std_msgs::Header header
bool writeBare(yarp::os::ConnectionWriter &connection) const override
bool read(yarp::os::ConnectionReader &connection) override
Read this object from a network connection.
std::string child_frame_id
static constexpr const char * typeChecksum
yarp::os::Type getType() const override
bool readBottle(yarp::os::ConnectionReader &connection) override
yarp::rosmsg::geometry_msgs::TwistWithCovariance twist
The main, catch-all namespace for YARP.