mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-01 13:38:38 -04:00
AP_NavEKF2: mark EK2_ENABLE as an ENABLE parameter
This commit is contained in:
parent
29cb0dcf2c
commit
0831661b3c
@ -120,7 +120,7 @@ const AP_Param::GroupInfo NavEKF2::var_info[] = {
|
||||
// @Description: This enables EKF2. Enabling EKF2 only makes the maths run, it does not mean it will be used for flight control. To use it for flight control set AHRS_EKF_TYPE=2. A reboot or restart will need to be performed after changing the value of EK2_ENABLE for it to take effect.
|
||||
// @Values: 0:Disabled, 1:Enabled
|
||||
// @User: Advanced
|
||||
AP_GROUPINFO("ENABLE", 0, NavEKF2, _enable, 0),
|
||||
AP_GROUPINFO_FLAGS("ENABLE", 0, NavEKF2, _enable, 0, AP_PARAM_FLAG_ENABLE),
|
||||
|
||||
// GPS measurement parameters
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user