mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-25 16:56:25 +08:00
Update EKF/common.h
Set non-zero default value for airspeed threshold to enable it by default Co-authored-by: Mathieu Bresciani <brescianimathieu@gmail.com>
This commit is contained in:
committed by
Paul Riseborough
parent
9c0a52d52a
commit
91808f7c9e
+1
-1
@@ -277,7 +277,7 @@ struct parameters {
|
||||
// airspeed fusion
|
||||
float tas_innov_gate{5.0f}; ///< True Airspeed innovation consistency gate size (STD)
|
||||
float eas_noise{1.4f}; ///< EAS measurement noise standard deviation used for airspeed fusion (m/s)
|
||||
float arsp_thr{0.0f}; ///< Airspeed fusion threshold. A value of zero will deactivate airspeed fusion
|
||||
float arsp_thr{2.0f}; ///< Airspeed fusion threshold. A value of zero will deactivate airspeed fusion
|
||||
|
||||
// synthetic sideslip fusion
|
||||
float beta_innov_gate{5.0f}; ///< synthetic sideslip innovation consistency gate size in standard deviation (STD)
|
||||
|
||||
Reference in New Issue
Block a user