![]() |
Larus glider flight sensor system 3.9.2024
Software-In-The-Loop test and validation system
|
Kalman-filter-based sensor fusion observer for horizontal movement. More...
#include <Kalman_V_A_Aoff_observer.h>
Public Member Functions | |
| Kalman_V_A_Aoff_observer_t (float v=ZERO, float a=ZERO) | |
| void | update (const float velocity, const float acceleration) |
| float | get_x (state index) const |
Public Attributes | |
| typedef | enum |
Kalman-filter-based sensor fusion observer for horizontal movement.
Blend vertical acceleration inclusive gravity with altitude data to provide UN-compensated variometer plus vertical net acceleration w/o gravity
Definition at line 39 of file Kalman_V_A_Aoff_observer.h.
Definition at line 61 of file Kalman_V_A_Aoff_observer.h.
Definition at line 67 of file Kalman_V_A_Aoff_observer.h.
Referenced by variometer_t::update_at_100Hz().
Definition at line 34 of file Kalman_V_A_Aoff_observer.cpp.
Referenced by variometer_t::update_at_100Hz().
| typedef Kalman_V_A_Aoff_observer_t::enum |
Definition at line 56 of file Kalman_V_A_Aoff_observer.h.