|
YARP
Yet Another Robot Platform
|
|
Go to the documentation of this file.
15 #ifndef YARP_ROSMSG_nav_msgs_GetPlanReply_h
16 #define YARP_ROSMSG_nav_msgs_GetPlanReply_h
115 static constexpr
const char*
typeName =
"nav_msgs/GetPlanReply";
118 static constexpr
const char*
typeChecksum =
"0002bc113c0259d71f6cf8cbc9430e18";
123 ================================================================================\n\
124 MSG: nav_msgs/Path\n\
125 #An array of poses that represents a Path for a robot to follow\n\
127 geometry_msgs/PoseStamped[] poses\n\
129 ================================================================================\n\
130 MSG: std_msgs/Header\n\
131 # Standard metadata for higher-level stamped data types.\n\
132 # This is generally used to communicate timestamped data \n\
133 # in a particular coordinate frame.\n\
135 # sequence ID: consecutively increasing ID \n\
137 #Two-integer timestamp that is expressed as:\n\
138 # * stamp.sec: seconds (stamp_secs) since epoch (in Python the variable is called 'secs')\n\
139 # * stamp.nsec: nanoseconds since stamp_secs (in Python the variable is called 'nsecs')\n\
140 # time-handling sugar is provided by the client library\n\
142 #Frame this data is associated with\n\
147 ================================================================================\n\
148 MSG: geometry_msgs/PoseStamped\n\
149 # A Pose with reference coordinate frame and timestamp\n\
153 ================================================================================\n\
154 MSG: geometry_msgs/Pose\n\
155 # A representation of pose in free space, composed of position and orientation. \n\
157 Quaternion orientation\n\
159 ================================================================================\n\
160 MSG: geometry_msgs/Point\n\
161 # This contains the position of a point in free space\n\
166 ================================================================================\n\
167 MSG: geometry_msgs/Quaternion\n\
168 # This represents an orientation in free space in quaternion form.\n\
189 #endif // YARP_ROSMSG_nav_msgs_GetPlanReply_h
bool readBare(yarp::os::ConnectionReader &connection) override
static constexpr const char * typeName
bool read(yarp::os::ConnectionReader &connection) override
Read this object from a network connection.
virtual bool read(yarp::os::idl::WireReader &reader)
virtual bool isBareMode() const =0
Check if the connection is bare mode.
yarp::os::idl::BareStyle< yarp::rosmsg::nav_msgs::GetPlanReply > rosStyle
bool read(yarp::os::ConnectionReader &connection) override
Read this object from a network connection.
bool writeBottle(yarp::os::ConnectionWriter &connection) const override
virtual bool isError() const =0
static Type byName(const char *name)
Type & addProperty(const char *key, const Value &val)
static constexpr const char * typeChecksum
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.
yarp::os::Type getType() const override
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 write(yarp::os::ConnectionWriter &connection) const override
Write this object to a network connection.
yarp::os::idl::BottleStyle< yarp::rosmsg::nav_msgs::GetPlanReply > bottleStyle
The main, catch-all namespace for YARP.
bool readBottle(yarp::os::ConnectionReader &connection) override
bool writeBare(yarp::os::ConnectionWriter &connection) const override
yarp::rosmsg::nav_msgs::Path plan
A single value (typically within a Bottle).
static constexpr const char * typeText
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