12 #ifndef YARP_ROSMSG_nav_msgs_GetPlanReply_h
13 #define YARP_ROSMSG_nav_msgs_GetPlanReply_h
112 static constexpr
const char*
typeName =
"nav_msgs/GetPlanReply";
115 static constexpr
const char*
typeChecksum =
"0002bc113c0259d71f6cf8cbc9430e18";
120 ================================================================================\n\
121 MSG: nav_msgs/Path\n\
122 #An array of poses that represents a Path for a robot to follow\n\
124 geometry_msgs/PoseStamped[] poses\n\
126 ================================================================================\n\
127 MSG: std_msgs/Header\n\
128 # Standard metadata for higher-level stamped data types.\n\
129 # This is generally used to communicate timestamped data \n\
130 # in a particular coordinate frame.\n\
132 # sequence ID: consecutively increasing ID \n\
134 #Two-integer timestamp that is expressed as:\n\
135 # * stamp.sec: seconds (stamp_secs) since epoch (in Python the variable is called 'secs')\n\
136 # * stamp.nsec: nanoseconds since stamp_secs (in Python the variable is called 'nsecs')\n\
137 # time-handling sugar is provided by the client library\n\
139 #Frame this data is associated with\n\
144 ================================================================================\n\
145 MSG: geometry_msgs/PoseStamped\n\
146 # A Pose with reference coordinate frame and timestamp\n\
150 ================================================================================\n\
151 MSG: geometry_msgs/Pose\n\
152 # A representation of pose in free space, composed of position and orientation. \n\
154 Quaternion orientation\n\
156 ================================================================================\n\
157 MSG: geometry_msgs/Point\n\
158 # This contains the position of a point in free space\n\
163 ================================================================================\n\
164 MSG: geometry_msgs/Quaternion\n\
165 # This represents an orientation in free space in quaternion form.\n\
An interface for reading from a network connection.
virtual bool isBareMode() const =0
Check if the connection is bare mode.
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 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 write(yarp::os::ConnectionWriter &connection) const override
Write this object to a network connection.
bool writeBare(yarp::os::ConnectionWriter &connection) const override
yarp::os::idl::BottleStyle< yarp::rosmsg::nav_msgs::GetPlanReply > bottleStyle
bool readBare(yarp::os::ConnectionReader &connection) override
static constexpr const char * typeText
bool read(yarp::os::ConnectionReader &connection) override
Read this object from a network connection.
static constexpr const char * typeChecksum
static constexpr const char * typeName
bool readBottle(yarp::os::ConnectionReader &connection) override
yarp::rosmsg::nav_msgs::Path plan
yarp::os::Type getType() const override
bool writeBottle(yarp::os::ConnectionWriter &connection) const override
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 write(yarp::os::ConnectionWriter &connection) const override
Write this object to a network connection.
The main, catch-all namespace for YARP.