mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-28 02:36:37 +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:
@@ -51,7 +51,7 @@ PARAM_DEFINE_FLOAT(ASPD_TAS_NOISE, 1.4f);
|
|||||||
* @decimal 3
|
* @decimal 3
|
||||||
* @group Airspeed Validator
|
* @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
|
* Gate size for true airspeed fusion
|
||||||
|
|||||||
Reference in New Issue
Block a user