|
YARP
Yet Another Robot Platform
|
|
Go to the documentation of this file.
21 #ifndef YARP_ROSMSG_nav_msgs_SetMap_h
22 #define YARP_ROSMSG_nav_msgs_SetMap_h
147 static constexpr
const char*
typeName =
"nav_msgs/SetMap";
150 static constexpr
const char*
typeChecksum =
"91149a20d7be299b87c340df8cc94fd4";
154 # Set a new map together with an initial pose\n\
155 nav_msgs/OccupancyGrid map\n\
156 geometry_msgs/PoseWithCovarianceStamped initial_pose\n\
161 ================================================================================\n\
162 MSG: nav_msgs/OccupancyGrid\n\
163 # This represents a 2-D grid map, in which each cell represents the probability of\n\
168 #MetaData for the map\n\
171 # The map data, in row-major order, starting with (0,0). Occupancy\n\
172 # probabilities are in the range [0,100]. Unknown is -1.\n\
175 ================================================================================\n\
176 MSG: std_msgs/Header\n\
177 # Standard metadata for higher-level stamped data types.\n\
178 # This is generally used to communicate timestamped data \n\
179 # in a particular coordinate frame.\n\
181 # sequence ID: consecutively increasing ID \n\
183 #Two-integer timestamp that is expressed as:\n\
184 # * stamp.sec: seconds (stamp_secs) since epoch (in Python the variable is called 'secs')\n\
185 # * stamp.nsec: nanoseconds since stamp_secs (in Python the variable is called 'nsecs')\n\
186 # time-handling sugar is provided by the client library\n\
188 #Frame this data is associated with\n\
193 ================================================================================\n\
194 MSG: nav_msgs/MapMetaData\n\
195 # This hold basic information about the characterists of the OccupancyGrid\n\
197 # The time at which the map was loaded\n\
198 time map_load_time\n\
199 # The map resolution [m/cell]\n\
200 float32 resolution\n\
201 # Map width [cells]\n\
203 # Map height [cells]\n\
205 # The origin of the map [m, m, rad]. This is the real-world pose of the\n\
206 # cell (0,0) in the map.\n\
207 geometry_msgs/Pose origin\n\
208 ================================================================================\n\
209 MSG: geometry_msgs/Pose\n\
210 # A representation of pose in free space, composed of position and orientation. \n\
212 Quaternion orientation\n\
214 ================================================================================\n\
215 MSG: geometry_msgs/Point\n\
216 # This contains the position of a point in free space\n\
221 ================================================================================\n\
222 MSG: geometry_msgs/Quaternion\n\
223 # This represents an orientation in free space in quaternion form.\n\
230 ================================================================================\n\
231 MSG: geometry_msgs/PoseWithCovarianceStamped\n\
232 # This expresses an estimated pose with a reference coordinate frame and timestamp\n\
235 PoseWithCovariance pose\n\
237 ================================================================================\n\
238 MSG: geometry_msgs/PoseWithCovariance\n\
239 # This represents a pose in free space with uncertainty.\n\
243 # Row-major representation of the 6x6 covariance matrix\n\
244 # The orientation parameters use a fixed-axis representation.\n\
245 # In order, the parameters are:\n\
246 # (x, y, z, rotation about X axis, rotation about Y axis, rotation about Z axis)\n\
247 float64[36] covariance\n\
263 #endif // YARP_ROSMSG_nav_msgs_SetMap_h
bool read(yarp::os::ConnectionReader &connection) override
Read this object from a network connection.
bool writeBottle(yarp::os::ConnectionWriter &connection) const override
virtual bool read(yarp::os::idl::WireReader &reader)
yarp::os::idl::BareStyle< yarp::rosmsg::nav_msgs::SetMap > rosStyle
yarp::os::idl::BottleStyle< yarp::rosmsg::nav_msgs::SetMap > bottleStyle
virtual bool isBareMode() const =0
Check if the connection is bare mode.
yarp::os::Type getType() const override
static constexpr const char * typeText
yarp::rosmsg::geometry_msgs::PoseWithCovarianceStamped initial_pose
bool write(yarp::os::ConnectionWriter &connection) const override
Write this object to a network connection.
virtual bool isError() const =0
static Type byName(const char *name)
Type & addProperty(const char *key, const Value &val)
An interface for writing to a network connection.
bool read(yarp::os::ConnectionReader &connection) override
Read this object from 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.
bool readBottle(yarp::os::ConnectionReader &connection) override
static constexpr const char * typeChecksum
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.
bool write(yarp::os::ConnectionWriter &connection) const override
Write this object to a 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.
IDL-friendly connection reader.
An interface for reading from a network connection.
bool readBare(yarp::os::ConnectionReader &connection) override
bool writeBare(yarp::os::ConnectionWriter &connection) const override
The main, catch-all namespace for YARP.
bool write(yarp::os::ConnectionWriter &connection) const override
Write this object to a network connection.
static constexpr const char * typeName
bool read(yarp::os::ConnectionReader &connection) override
Read this object from a network connection.
A single value (typically within a Bottle).
yarp::rosmsg::nav_msgs::OccupancyGrid map
virtual bool write(const yarp::os::idl::WireWriter &writer) const