mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-14 04:10:34 +08:00
AirspeedWing: log the airspeed innovation test ratio
- if the value exceeds 1, then airspeed checks will trigger - useful to monitoring the check and tuning Signed-off-by: RomanBapst <bapstroman@gmail.com>
This commit is contained in:
@@ -9,6 +9,7 @@ float32 variance_east # Wind estimate error variance in east / Y direction (m/s
|
||||
|
||||
float32 tas_innov # True airspeed innovation
|
||||
float32 tas_innov_var # True airspeed innovation variance
|
||||
float32 tas_innov_integ_test_ratio # Value > 1 indicates that innovation failure check has triggered
|
||||
|
||||
float32 tas_scale_raw # Estimated true airspeed scale factor (not validated)
|
||||
float32 tas_scale_raw_var # True airspeed scale factor variance
|
||||
|
||||
Reference in New Issue
Block a user