|
YARP
Yet Another Robot Platform
|
|
Go to the documentation of this file.
27 #ifndef YARP_ROSMSG_nav_msgs_MapMetaData_h
28 #define YARP_ROSMSG_nav_msgs_MapMetaData_h
207 static constexpr
const char*
typeName =
"nav_msgs/MapMetaData";
210 static constexpr
const char*
typeChecksum =
"10cfc8a2818024d3248802c00c95f11b";
214 # This hold basic information about the characterists of the OccupancyGrid\n\
216 # The time at which the map was loaded\n\
217 time map_load_time\n\
218 # The map resolution [m/cell]\n\
219 float32 resolution\n\
220 # Map width [cells]\n\
222 # Map height [cells]\n\
224 # The origin of the map [m, m, rad]. This is the real-world pose of the\n\
225 # cell (0,0) in the map.\n\
226 geometry_msgs/Pose origin\n\
227 ================================================================================\n\
228 MSG: geometry_msgs/Pose\n\
229 # A representation of pose in free space, composed of position and orientation. \n\
231 Quaternion orientation\n\
233 ================================================================================\n\
234 MSG: geometry_msgs/Point\n\
235 # This contains the position of a point in free space\n\
240 ================================================================================\n\
241 MSG: geometry_msgs/Quaternion\n\
242 # This represents an orientation in free space in quaternion form.\n\
263 #endif // YARP_ROSMSG_nav_msgs_MapMetaData_h
virtual void appendFloat32(yarp::conf::float32_t data)=0
Send a representation of a 32-bit floating point number to the network connection.
yarp::conf::float32_t expectFloat32()
virtual bool read(yarp::os::idl::WireReader &reader)
virtual bool isBareMode() const =0
Check if the connection is bare mode.
virtual bool isError() const =0
#define BOTTLE_TAG_FLOAT32
static Type byName(const char *name)
virtual std::int32_t expectInt32()=0
Read a 32-bit integer from the network connection.
Type & addProperty(const char *key, const Value &val)
An interface for writing to a network connection.
virtual bool isError() const =0
virtual bool convertTextMode()=0
Reads in a standard description in text mode, and converts it to a standard description in binary.
A "tamed" Portable, that promises to serialize itself in an IDL-friendly way.
virtual bool isBareMode() const =0
Check if the connection is bare mode.
virtual bool convertTextMode()=0
Converts a standard description in binary into a textual description, if the connection is in text-mo...
bool read(yarp::os::ConnectionReader &connection) override
Read this object from a network connection.
virtual void appendInt32(std::int32_t data)=0
Send a representation of a 32-bit integer to the network connection.
IDL-friendly connection reader.
An interface for reading from a network connection.
std::int32_t expectInt32()
The main, catch-all namespace for YARP.
bool read(yarp::os::ConnectionReader &connection) override
Read this object from a network connection.
virtual yarp::conf::float32_t expectFloat32()=0
Read a 32-bit floating point number from the network connection.
A single value (typically within a Bottle).
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.
virtual bool write(const yarp::os::idl::WireWriter &writer) const