mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-08 17:03:57 -04:00
AP_NavEKF2: disable ekf2 by default
This commit is contained in:
parent
4492e5024c
commit
60633f5a7f
@ -128,7 +128,7 @@ const AP_Param::GroupInfo NavEKF2::var_info[] = {
|
|||||||
// @Values: 0:Disabled, 1:Enabled
|
// @Values: 0:Disabled, 1:Enabled
|
||||||
// @User: Advanced
|
// @User: Advanced
|
||||||
// @RebootRequired: True
|
// @RebootRequired: True
|
||||||
AP_GROUPINFO_FLAGS("ENABLE", 0, NavEKF2, _enable, 1, AP_PARAM_FLAG_ENABLE),
|
AP_GROUPINFO_FLAGS("ENABLE", 0, NavEKF2, _enable, 0, AP_PARAM_FLAG_ENABLE),
|
||||||
|
|
||||||
// GPS measurement parameters
|
// GPS measurement parameters
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user