AP_NavEKF2: Prevent airspeed faults from causing excessive loss of accuracy
This commit is contained in:
parent
fc6978e4d9
commit
2fb5a4489b
@ -270,7 +270,7 @@ const AP_Param::GroupInfo NavEKF2::var_info[] = {
|
||||
// @Range: 100 1000
|
||||
// @Increment: 25
|
||||
// @User: Advanced
|
||||
AP_GROUPINFO("EAS_GATE", 17, NavEKF2, _tasInnovGate, 1000),
|
||||
AP_GROUPINFO("EAS_GATE", 17, NavEKF2, _tasInnovGate, 400),
|
||||
|
||||
// Rangefinder measurement parameters
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user