TransformStamped
Create transformation message
Description
The TransformStamped object is an implementation of the
geometry_msgs/TransformStamped message type in ROS. The object
contains meta-information about the message and the transformation between two
coordinate frames. The transformation is structured as a 3-D translation (3-element
vector) and a 3-D rotation (quaternion).
Creation
To create a TransformStamped object, use the getTransform function.
Properties
Object Functions
apply | Transform message entities into target frame |
Examples
Version History
Introduced in R2019b