mirror of https://github.com/ArduPilot/ardupilot
ArduSub: handle renaming of AP_InertialNav_NavEKF to AP_InertialNav
This commit is contained in:
parent
bcad5a7ba6
commit
1c544702d2
|
@ -53,7 +53,7 @@
|
|||
#include <AP_Relay/AP_Relay.h> // APM relay
|
||||
#include <AP_Mount/AP_Mount.h> // Camera/Antenna mount
|
||||
#include <AP_Vehicle/AP_Vehicle.h> // needed for AHRS build
|
||||
#include <AP_InertialNav/AP_InertialNav_NavEKF.h> // ArduPilot Mega inertial navigation library
|
||||
#include <AP_InertialNav/AP_InertialNav.h> // inertial navigation library
|
||||
#include <AC_WPNav/AC_WPNav.h> // Waypoint navigation library
|
||||
#include <AC_WPNav/AC_Loiter.h>
|
||||
#include <AC_WPNav/AC_Circle.h> // circle navigation library
|
||||
|
@ -325,7 +325,7 @@ private:
|
|||
uint32_t condition_start;
|
||||
|
||||
// Inertial Navigation
|
||||
AP_InertialNav_NavEKF inertial_nav;
|
||||
AP_InertialNav inertial_nav;
|
||||
|
||||
AP_AHRS_View ahrs_view;
|
||||
|
||||
|
|
Loading…
Reference in New Issue