mirror of https://github.com/ArduPilot/ardupilot
Rover: moved EKF2 to a new parameter index
the meanings of many of the parameters have changed. Best to use a new index to prevent old parameters from causing crashes
This commit is contained in:
parent
cb9ca94dd1
commit
bb9783e3f4
|
@ -84,6 +84,7 @@ public:
|
|||
k_param_steering_learn, // unused
|
||||
k_param_NavEKF, // Extended Kalman Filter Inertial Navigation Group
|
||||
k_param_mission, // mission library
|
||||
k_param_NavEKF2_old, // deprecated
|
||||
k_param_NavEKF2,
|
||||
|
||||
// 140: battery controls
|
||||
|
|
Loading…
Reference in New Issue