transformMotion
Syntax
Description
[
computes motion quantities of the sensor frame relative to the navigation frame
(posS
,orientS
,velS
,accS
,angvelS
] = transformMotion(posSFromP
,orientSFromP
,posP
)posS
, orientS
, velS
,
accS
, and angvelS
) using the position of sensor
frame relative to the platform frame, posSFromP
, the orientation of the
sensor frame relative to the platform frame, orientSFromP
, and the
position of the platform frame relative to the navigation frame, posP
.
Note that the position and orientation between the sensor frame and the platform frame are
assumed to be fixed. Also, the unspecified quantities between the navigation frame and the
platform frame (such as orientation, velocity, and acceleration) are assumed to be
zero.
[___] = transformMotion(
additionally specifies the orientation of the platform frame relative to the navigation
frame, posSFromP
,orientSFromP
,posP
,orientP
)orientP
. The output arguments are the same as those of the
previous syntax.
[___] = transformMotion(
additionally specifies the velocity of the platform frame relative to the navigation frame,
posSFromP
,orientSFromP
,posP
,orientP
,velP
)velP
. The output arguments are the same as those of the previous
syntax.
[___] = transformMotion(
additionally specifies the acceleration of the platform frame relative to the navigation
frame, posSFromP
,orientSFromP
,posP
,orientP
,velP
,accP
)accP
. The output arguments are the same as those of the previous
syntax.
[___] = transformMotion(
additionally specifies the angular velocity of the platform frame relative to the navigation
frame, posSFromP
,orientSFromP
,posP
,orientP
,velP
,accP
,angvelP
)angvelP
. The output arguments are the same as those of the
previous syntax.
Examples
Input Arguments
Output Arguments
More About
Version History
Introduced in R2020a