positioning.INSMotionModel Class
Namespace: positioning
Description
The positioning.INSMotionModel class defines the base class for motion models used with
      INS filters. Derive from this class to define your own motion model.
To define a new motion model:
- Inherit from this class and implement at least two methods: - modelstatesand- stateTransition.
- Optionally, if you want a higher fidelity simulation, you can implement a - stateTransitionJacobianmethod that returns the Jacobian of the state transition function. If you do not implement this method, the object calculates the Jacobian numerically with lower accuracy and higher computation cost.
 As an example of implementing this interface class, see the implementation details of
        insMotionOrientation by
      typing this in the Command
      Window:
edit insMotionOrientation
The positioning.INSMotionModel class is a handle class.
Creation
Description
sensor = positioning.INSMotionModel()
Methods
Examples
Version History
Introduced in R2022a