mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
AirspeedValidator: inrease default of ASPD_BETA_NOISE
Trust the beta innovations more compated to the TAS innovations. That should help with detecting real airspeed failures even with a dynamic wind estimate (as long as vehicle doesn't fly straight) Signed-off-by: Silvan Fuhrer <silvan@auterion.com>
This commit is contained in:
parent
0a271b1982
commit
cf03b99ab4
@ -51,7 +51,7 @@ PARAM_DEFINE_FLOAT(ASPD_TAS_NOISE, 1.4f);
|
||||
* @decimal 3
|
||||
* @group Airspeed Validator
|
||||
*/
|
||||
PARAM_DEFINE_FLOAT(ASPD_BETA_NOISE, 0.3f);
|
||||
PARAM_DEFINE_FLOAT(ASPD_BETA_NOISE, 0.15f);
|
||||
|
||||
/**
|
||||
* Gate size for true airspeed fusion
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user