22#ifndef YARP_ROSMSG_geometry_msgs_TransformStamped_h
23#define YARP_ROSMSG_geometry_msgs_TransformStamped_h
174 static constexpr const char*
typeName =
"geometry_msgs/TransformStamped";
177 static constexpr const char*
typeChecksum =
"b5764a33bfeb3588febc2682852579b0";
181# This expresses a transform from coordinate frame header.frame_id\n\
182# to the coordinate frame child_frame_id\n\
184# This message is mostly used by the \n\
185# <a href=\"http://wiki.ros.org/tf\">tf</a> package. \n\
186# See its documentation for more information.\n\
189string child_frame_id # the frame id of the child frame\n\
190Transform transform\n\
192================================================================================\n\
193MSG: std_msgs/Header\n\
194# Standard metadata for higher-level stamped data types.\n\
195# This is generally used to communicate timestamped data \n\
196# in a particular coordinate frame.\n\
198# sequence ID: consecutively increasing ID \n\
200#Two-integer timestamp that is expressed as:\n\
201# * stamp.sec: seconds (stamp_secs) since epoch (in Python the variable is called 'secs')\n\
202# * stamp.nsec: nanoseconds since stamp_secs (in Python the variable is called 'nsecs')\n\
203# time-handling sugar is provided by the client library\n\
205#Frame this data is associated with\n\
210================================================================================\n\
211MSG: geometry_msgs/Transform\n\
212# This represents the transform between two coordinate frames in free space.\n\
214Vector3 translation\n\
215Quaternion rotation\n\
217================================================================================\n\
218MSG: geometry_msgs/Vector3\n\
219# This represents a vector in free space. \n\
220# It is only meant to represent a direction. Therefore, it does not\n\
221# make sense to apply a translation to it (e.g., when applying a \n\
222# generic rigid transformation to a Vector3, tf2 will only apply the\n\
223# rotation). If you want your data to be translatable too, use the\n\
224# geometry_msgs/Point message instead.\n\
229================================================================================\n\
230MSG: geometry_msgs/Quaternion\n\
231# This represents an orientation in free space in quaternion form.\n\
#define BOTTLE_TAG_STRING
An interface for reading from a network connection.
virtual bool expectBlock(char *data, size_t len)=0
Read a block of data from the network connection.
virtual bool isBareMode() const =0
Check if the connection is bare mode.
virtual std::int32_t expectInt32()=0
Read a 32-bit integer from the network connection.
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 void appendExternalBlock(const char *data, size_t len)=0
Send a block of data to the network connection, without making a copy.
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 readString(std::string &str, bool *is_vocab=nullptr)
The main, catch-all namespace for YARP.