24#ifndef YARP_ROSMSG_nav_msgs_MapMetaData_h
25#define YARP_ROSMSG_nav_msgs_MapMetaData_h
204 static constexpr const char*
typeName =
"nav_msgs/MapMetaData";
207 static constexpr const char*
typeChecksum =
"10cfc8a2818024d3248802c00c95f11b";
211# This hold basic information about the characterists of the OccupancyGrid\n\
213# The time at which the map was loaded\n\
215# The map resolution [m/cell]\n\
217# Map width [cells]\n\
219# Map height [cells]\n\
221# The origin of the map [m, m, rad]. This is the real-world pose of the\n\
222# cell (0,0) in the map.\n\
223geometry_msgs/Pose origin\n\
224================================================================================\n\
225MSG: geometry_msgs/Pose\n\
226# A representation of pose in free space, composed of position and orientation. \n\
228Quaternion orientation\n\
230================================================================================\n\
231MSG: geometry_msgs/Point\n\
232# This contains the position of a point in free space\n\
237================================================================================\n\
238MSG: geometry_msgs/Quaternion\n\
239# This represents an orientation in free space in quaternion form.\n\
#define BOTTLE_TAG_FLOAT32
An interface for reading from a 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 yarp::conf::float32_t expectFloat32()=0
Read a 32-bit floating point number from the network connection.
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 appendFloat32(yarp::conf::float32_t data)=0
Send a representation of a 32-bit floating point number to the network connection.
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.
std::int32_t expectInt32()
yarp::conf::float32_t expectFloat32()
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 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.
The main, catch-all namespace for YARP.