Main Content
pose
Description
returns
the estimated pose, p
= pose(plat
)p
, of the platform plat
, in
scenario coordinates. The platform must already exist in the radar scenario. Add platforms
to a scenario using the platform
function. The pose is estimated by a pose estimator specified in the
PoseEstimator
property of the platform.
specifies the coordinate system of the pose. You can use this syntax only when the
p
= pose(___,'CoordinateSystem',coordinateSystem
)IsEarthCentered
property of the radar scenario is set to
true
.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2021a