Main Content
getTransform
Syntax
Description
returns the latest known transformation between two coordinate frames. tf
= getTransform(bagReader
,targetframe
,sourceframe
)tf
represents the transformation that takes coordinates in the initial coordinate frame into
the corresponding coordinates in the target coordinate frame. The transformation
tf
is empty if no transformation is available between the two
coordinate frames.
returns the transformation at the time tf
= getTransform(bagReader
,targetframe
,sourceframe
,sourcetime
)sourcetime
. If the
transformation at that time is not available, the function returns an error.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2023b