|
Paparazzi UAS
v5.18.0_stable
Paparazzi is a free software Unmanned Aircraft System.
|
Go to the documentation of this file.
29 #ifndef WIND_ESTIMATOR_H
30 #define WIND_ESTIMATOR_H
void wind_estimator_event(void)
float q_va_scale
noise associated to airspeed scale factor model
void wind_estimator_Set_R_AOA(float _v)
struct FloatVect3 airspeed
airspeed vector in body frame
float r_aoa
noise associated to angle of attack measurement
Paparazzi floating point algebra.
float q_va
noise associated to airspeed vector model
struct FloatVect3 wind
wind vector in NED frame
float r_gs
noise associated to ground speed measurement
void wind_estimator_init(void)
bool data_available
new data available
void wind_estimator_Set_Q_VA(float _v)
float q_wind
noise associated to wind vector model
void wind_estimator_Set_Q_VA_SCALE(float _v)
void wind_estimator_periodic(void)
bool reset
reset filter flag
float r_ssa
noise associated to sideslip angle measurement
void wind_estimator_Set_R_SSA(float _v)
void wind_estimator_Set_R_GS(float _v)
struct WindEstimator wind_estimator
float r_va
noise associated to airspeed norm measurement
void wind_estimator_Set_R_VA(float _v)
void wind_estimator_Set_Q_WIND(float _v)