apply
Transform message entities into target frame
Description
applies the transformation represented by the tfentity
= apply(tfmsg
,entity
)'TransformStamped'
ROS message to the input message object entity
.
This function determines the message type of entity
and
apples the appropriate transformation method to it. If the object cannot handle a
particular message type, then MATLAB® displays an error message.
If you want to use only the most current transformation, call transform
instead. If you want to store a transformation message for
later use, call getTransform
, and then call
apply
.
Note
apply will be removed. Use rosApplyTransform
instead. For
more information, see ROS Message Structure Functions