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::RotationMatrix messages represent a 3D rotation in space using a 3x3 matrix using row-major ordering.
A simple_msgs::RotationMatrixStamped message is a RotationMatrix + Header:
the rotation can then be linked to a reference frame defined by Header.frame_id and their timestamp can be stored in Header.timestamp.