Config settings for the extended Kalman filter.
More...
#include <kalman.h>
Config settings for the extended Kalman filter.
Definition at line 40 of file kalman.h.
The predicted error state covariance, which is updated every iteration. Its first value (P0) is a 4x4 identity matrix.
Definition at line 61 of file kalman.h.
◆ var_a
Noise spectral density of the accelerometer, in m/s.
Definition at line 49 of file kalman.h.
◆ var_g
Noise spectral density of the gyroscope, in rad/s.
Definition at line 44 of file kalman.h.
◆ var_m
Noise spectral density of the magnetometer, in micro Tesla.
Definition at line 54 of file kalman.h.
The documentation for this struct was generated from the following file: