insCFMotionPose
Description
The insCFMotionPose object models 3-D pose (orientation and
position) assuming a constant angular velocity and constant acceleration. Passing an
insCFMotionPose object to an insCF object enables the
estimation of 3-D pose, including orientation, position, and velocity.
Creation
Syntax
Description
creates an
model = insCFMotionPoseinsCFMotionPose object. Passing the created model to an insCF object enables the
insCF object to estimate the following quantities as parts of the
state.
The orientation quaternion from the navigation frame to the body frame.
The position of the platform, expressed in the navigation frame.
The velocity of the platform, expressed in the navigation frame.
To estimate pose and velocity using an insCFMotionPose object with an
insCF filter, you must
pass this data to the insCF object:
Gyroscope data for predicting the orientation.
Data from either of the two orientation-correcting sensors, accelerometer or magnetometer, for correcting orientation.
Accelerometer data for predicting position and velocity.
GPS data for correcting position.
Examples
Extended Capabilities
Version History
Introduced in R2026a
