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
8
namespace
geometry_msgs::msg
{
24
class
TransformStamped
{
25
public
:
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.
38
std_msgs::msg::Header
header;
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
geometry_msgs::msg::Transform
ROS message class definition for Transform.
Definition
transform.hpp:15
geometry_msgs::msg::TransformStamped
ROS message class definition for TransformStamped.
Definition
transform_stamped.hpp:24
std_msgs::msg::Header
ROS message class definition for Header.
Definition
header.hpp:17
geometry_msgs::msg
message definitions of the geometry_msgs package
Definition
accel.hpp:8
geometry_msgs
msg
transform_stamped.hpp
Generated by
1.12.0