mirror of https://github.com/ArduPilot/ardupilot
Plane: EKF objects have moved into AP_AHRS_NavEKF
This commit is contained in:
parent
50484c3321
commit
9364181772
|
@ -1051,11 +1051,11 @@ const AP_Param::Info Plane::var_info[] = {
|
|||
#if AP_AHRS_NAVEKF_AVAILABLE
|
||||
// @Group: EK2_
|
||||
// @Path: ../libraries/AP_NavEKF2/AP_NavEKF2.cpp
|
||||
GOBJECTN(EKF2, NavEKF2, "EK2_", NavEKF2),
|
||||
GOBJECTN(ahrs.EKF2, NavEKF2, "EK2_", NavEKF2),
|
||||
|
||||
// @Group: EK3_
|
||||
// @Path: ../libraries/AP_NavEKF3/AP_NavEKF3.cpp
|
||||
GOBJECTN(EKF3, NavEKF3, "EK3_", NavEKF3),
|
||||
GOBJECTN(ahrs.EKF3, NavEKF3, "EK3_", NavEKF3),
|
||||
#endif
|
||||
|
||||
// @Group: RPM
|
||||
|
|
Loading…
Reference in New Issue