Config settings for the Mahony sensor fusion algorithm.
More...
#include <mahony.h>
Config settings for the Mahony sensor fusion algorithm.
Definition at line 40 of file mahony.h.
◆ integral_limit
Integral limit for the integrator to avoid windup. Must be greater than 0.
Definition at line 54 of file mahony.h.
◆ intfb
struct zsl_vec zsl_fus_mahn_cfg::intfb |
Integral feedback vector, which is updated every iteration. Its initial value must be (0, 0, 0).
Definition at line 60 of file mahony.h.
◆ ki
Integral filter gain constant. Must be greater than 0.
Definition at line 49 of file mahony.h.
◆ kp
Proportional filter gain constant. Must be greater than 0.
Definition at line 44 of file mahony.h.
The documentation for this struct was generated from the following file: