Main Content
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 itself and the transformation. The
transformation has a translational and rotational component.
Creation
Description
returns the latest known transformation between two coordinate frames.
Transformations are structured as a 3-D translation (3-element vector) and a
3-D rotation (quaternion).tform
= getTransform(tftree
,targetframe
,sourceframe
)
Properties
Object Functions
apply | Transform message entities into target frame |
Examples
Version History
Introduced in R2019b