You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
simple_msgs::Transform messages represent a 3D position and orientation in space.
It is composed of a simple_msgs::Point: X, Y, Z
and a simple_msgs::RotationMatrix: a 3x3 matrix.
A simple_msgs::TransformStamped message is a Transform + Header:
the pose can then be linked to a reference frame defined by Header.frame_id and their timestamp can be stored in Header.timestamp.