mirror of https://github.com/ArduPilot/ardupilot
AP_NavEKF : Reduce Magnetometer innovation consistency check threshold
This commit is contained in:
parent
45b1a2fa46
commit
55c60b8f07
|
@ -209,7 +209,7 @@ const AP_Param::GroupInfo NavEKF::var_info[] PROGMEM = {
|
|||
// @Range: 1 - 100
|
||||
// @Increment: 1
|
||||
// @User: advanced
|
||||
AP_GROUPINFO("MAG_GATE", 20, NavEKF, _magInnovGate, 5),
|
||||
AP_GROUPINFO("MAG_GATE", 20, NavEKF, _magInnovGate, 3),
|
||||
|
||||
// @Param: EAS_GATE
|
||||
// @DisplayName: Airspeed measurement gate size
|
||||
|
|
Loading…
Reference in New Issue