CreOS SDK
The CreOS SDK allows you to interact with Avular robots
 
Loading...
Searching...
No Matches
transform_stamped.hpp
Go to the documentation of this file.
1
8namespace geometry_msgs::msg {
25public:
26 // This expresses a transform from coordinate frame header.frame_id
27 // to the coordinate frame child_frame_id at the time of header.stamp
28 //
29 // This message is mostly used by the
30 // <a href="https://index.ros.org/p/tf2/">tf2</a> package.
31 // See its documentation for more information.
32 //
33 // The child_frame_id is necessary in addition to the frame_id
34 // in the Header to communicate the full reference for the transform
35 // in a self contained message.
36
37 // The frame id in the header is used as the reference frame of this transform.
39
40 // The frame id of the child frame to which this transform points.
41 std::string child_frame_id;
42
43 // Translation and rotation in 3-dimensions of child_frame_id from header.frame_id.
44 msg::Transform transform;
45};
46} // namespace geometry_msgs::msg
ROS message class definition for Transform.
Definition transform.hpp:15
ROS message class definition for TransformStamped.
Definition transform_stamped.hpp:24
ROS message class definition for Header.
Definition header.hpp:17
message definitions of the geometry_msgs package
Definition accel.hpp:8