|
YARP
Yet Another Robot Platform
|
|
Go to the documentation of this file.
28 #ifndef YARP_ROSMSG_nav_msgs_GetPlan_h
29 #define YARP_ROSMSG_nav_msgs_GetPlan_h
171 static constexpr
const char*
typeName =
"nav_msgs/GetPlan";
174 static constexpr
const char*
typeChecksum =
"e25a43e0752bcca599a8c2eef8282df8";
178 # Get a plan from the current position to the goal Pose \n\
180 # The start pose for the plan\n\
181 geometry_msgs/PoseStamped start\n\
183 # The final pose of the goal position\n\
184 geometry_msgs/PoseStamped goal\n\
186 # If the goal is obstructed, how many meters the planner can \n\
187 # relax the constraint in x and y before failing. \n\
190 nav_msgs/Path plan\n\
192 ================================================================================\n\
193 MSG: geometry_msgs/PoseStamped\n\
194 # A Pose with reference coordinate frame and timestamp\n\
198 ================================================================================\n\
199 MSG: std_msgs/Header\n\
200 # Standard metadata for higher-level stamped data types.\n\
201 # This is generally used to communicate timestamped data \n\
202 # in a particular coordinate frame.\n\
204 # sequence ID: consecutively increasing ID \n\
206 #Two-integer timestamp that is expressed as:\n\
207 # * stamp.sec: seconds (stamp_secs) since epoch (in Python the variable is called 'secs')\n\
208 # * stamp.nsec: nanoseconds since stamp_secs (in Python the variable is called 'nsecs')\n\
209 # time-handling sugar is provided by the client library\n\
211 #Frame this data is associated with\n\
216 ================================================================================\n\
217 MSG: geometry_msgs/Pose\n\
218 # A representation of pose in free space, composed of position and orientation. \n\
220 Quaternion orientation\n\
222 ================================================================================\n\
223 MSG: geometry_msgs/Point\n\
224 # This contains the position of a point in free space\n\
229 ================================================================================\n\
230 MSG: geometry_msgs/Quaternion\n\
231 # This represents an orientation in free space in quaternion form.\n\
252 #endif // YARP_ROSMSG_nav_msgs_GetPlan_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::rosmsg::geometry_msgs::PoseStamped goal
bool write(yarp::os::ConnectionWriter &connection) const override
Write this object to a network connection.
yarp::conf::float32_t expectFloat32()
static constexpr const char * typeName
yarp::os::Type getType() const override
virtual bool read(yarp::os::idl::WireReader &reader)
virtual bool isBareMode() const =0
Check if the connection is bare mode.
static constexpr const char * typeText
yarp::os::idl::BottleStyle< yarp::rosmsg::nav_msgs::GetPlan > bottleStyle
yarp::os::idl::BareStyle< yarp::rosmsg::nav_msgs::GetPlan > rosStyle
virtual bool isError() const =0
#define BOTTLE_TAG_FLOAT32
static Type byName(const char *name)
Type & addProperty(const char *key, const Value &val)
yarp::rosmsg::geometry_msgs::PoseStamped start
An interface for writing to a network connection.
virtual bool isError() const =0
bool read(yarp::os::ConnectionReader &connection) override
Read this object from a network connection.
bool readBottle(yarp::os::ConnectionReader &connection) override
bool read(yarp::os::ConnectionReader &connection) override
Read this object from a network connection.
virtual bool convertTextMode()=0
Reads in a standard description in text mode, and converts it to a standard description in binary.
yarp::conf::float32_t tolerance
bool readBare(yarp::os::ConnectionReader &connection) override
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.
static constexpr const char * typeChecksum
The main, catch-all namespace for YARP.
virtual yarp::conf::float32_t expectFloat32()=0
Read a 32-bit floating point number from the network connection.
bool writeBare(yarp::os::ConnectionWriter &connection) const override
bool writeBottle(yarp::os::ConnectionWriter &connection) const override
A single value (typically within a Bottle).
virtual bool write(const yarp::os::idl::WireWriter &writer) const