insGyroscope
Description
The insGyroscope
object models gyroscope readings for sensor
fusion. Passing an insGyroscope
object to an insEKF
object enables the
insEKF
object to fuse gyroscope data. For details on the gyroscope model,
see Algorithms.
Creation
Syntax
Description
Examples
Algorithms
The insGyroscope
object models the angular velocity vector expressed in
the sensor frame. The measurement equation is:
where h(x) is the three-dimensional measurement output, ωgyro is the angular velocity of the platform expressed in the sensor frame, and Δ is the three-dimensional bias of the sensor, modeled as a constant vector in the sensor frame.
Passing an insGyroscope
object to an insEKF
filter object
enables the filter object to additionally track the bias of the gyroscope.
Version History
Introduced in R2022a