#include <yarp/rosmsg/geometry_msgs/Pose.h>
|
static constexpr const char * | typeName = "geometry_msgs/Pose" |
|
static constexpr const char * | typeChecksum = "e45d45a5a1ce597b249e23fb30fc871f" |
|
static constexpr const char * | typeText |
|
Definition at line 33 of file Pose.h.
◆ bottleStyle
◆ rosStyle
◆ Pose()
yarp::rosmsg::geometry_msgs::Pose::Pose |
( |
| ) |
|
|
inline |
◆ clear()
void yarp::rosmsg::geometry_msgs::Pose::clear |
( |
| ) |
|
|
inline |
◆ getType()
◆ read()
Read this object from a network connection.
Override this for your particular class.
- Parameters
-
reader | an interface to the network connection for reading |
- Returns
- true iff the object is successfully read
Implements yarp::os::Portable.
Definition at line 91 of file Pose.h.
◆ readBare()
◆ readBottle()
◆ write()
Write this object to a network connection.
Override this for your particular class. Be aware that depending on the nature of the connections a port has, and what protocol they use, and how efficient the YARP implementation is, this method may be called once, twice, or many times, as the result of a single call to Port::write
- Parameters
-
writer | an interface to the network connection for writing |
- Returns
- true iff the object is successfully written
Implements yarp::os::Portable.
Definition at line 132 of file Pose.h.
◆ writeBare()
◆ writeBottle()
◆ orientation
◆ position
◆ typeChecksum
constexpr const char* yarp::rosmsg::geometry_msgs::Pose::typeChecksum = "e45d45a5a1ce597b249e23fb30fc871f" |
|
staticconstexpr |
◆ typeName
constexpr const char* yarp::rosmsg::geometry_msgs::Pose::typeName = "geometry_msgs/Pose" |
|
staticconstexpr |
◆ typeText
constexpr const char* yarp::rosmsg::geometry_msgs::Pose::typeText |
|
staticconstexpr |
Initial value:= "\
# A representation of pose in free space, composed of position and orientation. \n\
Point position\n\
Quaternion orientation\n\
\n\
================================================================================\n\
MSG: geometry_msgs/Point\n\
# This contains the position of a point in free space\n\
float64 x\n\
float64 y\n\
float64 z\n\
\n\
================================================================================\n\
MSG: geometry_msgs/Quaternion\n\
# This represents an orientation in free space in quaternion form.\n\
\n\
float64 x\n\
float64 y\n\
float64 z\n\
float64 w\n\
"
Definition at line 150 of file Pose.h.
The documentation for this class was generated from the following file:
- src/libYARP_rosmsg/src/idl_generated_code/yarp/rosmsg/geometry_msgs/Pose.h