|
YARP
Yet Another Robot Platform
|
|
Go to the documentation of this file.
25 #ifndef YARP_ROSMSG_geometry_msgs_TransformStamped_h
26 #define YARP_ROSMSG_geometry_msgs_TransformStamped_h
177 static constexpr
const char*
typeName =
"geometry_msgs/TransformStamped";
180 static constexpr
const char*
typeChecksum =
"b5764a33bfeb3588febc2682852579b0";
184 # This expresses a transform from coordinate frame header.frame_id\n\
185 # to the coordinate frame child_frame_id\n\
187 # This message is mostly used by the \n\
188 # <a href=\"http://wiki.ros.org/tf\">tf</a> package. \n\
189 # See its documentation for more information.\n\
192 string child_frame_id # the frame id of the child frame\n\
193 Transform transform\n\
195 ================================================================================\n\
196 MSG: std_msgs/Header\n\
197 # Standard metadata for higher-level stamped data types.\n\
198 # This is generally used to communicate timestamped data \n\
199 # in a particular coordinate frame.\n\
201 # sequence ID: consecutively increasing ID \n\
203 #Two-integer timestamp that is expressed as:\n\
204 # * stamp.sec: seconds (stamp_secs) since epoch (in Python the variable is called 'secs')\n\
205 # * stamp.nsec: nanoseconds since stamp_secs (in Python the variable is called 'nsecs')\n\
206 # time-handling sugar is provided by the client library\n\
208 #Frame this data is associated with\n\
213 ================================================================================\n\
214 MSG: geometry_msgs/Transform\n\
215 # This represents the transform between two coordinate frames in free space.\n\
217 Vector3 translation\n\
218 Quaternion rotation\n\
220 ================================================================================\n\
221 MSG: geometry_msgs/Vector3\n\
222 # This represents a vector in free space. \n\
223 # It is only meant to represent a direction. Therefore, it does not\n\
224 # make sense to apply a translation to it (e.g., when applying a \n\
225 # generic rigid transformation to a Vector3, tf2 will only apply the\n\
226 # rotation). If you want your data to be translatable too, use the\n\
227 # geometry_msgs/Point message instead.\n\
232 ================================================================================\n\
233 MSG: geometry_msgs/Quaternion\n\
234 # This represents an orientation in free space in quaternion form.\n\
255 #endif // YARP_ROSMSG_geometry_msgs_TransformStamped_h
bool readString(std::string &str, bool *is_vocab=nullptr)
virtual bool read(yarp::os::idl::WireReader &reader)
virtual bool isBareMode() const =0
Check if the connection is bare mode.
#define BOTTLE_TAG_STRING
virtual bool isError() const =0
static Type byName(const char *name)
virtual std::int32_t expectInt32()=0
Read a 32-bit integer from the network connection.
Type & addProperty(const char *key, const Value &val)
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.
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.
The main, catch-all namespace for YARP.
virtual void appendExternalBlock(const char *data, size_t len)=0
Send a block of data to the network connection, without making a copy.
virtual bool expectBlock(char *data, size_t len)=0
Read a block of data from the network connection.
A single value (typically within a Bottle).
virtual bool write(const yarp::os::idl::WireWriter &writer) const