|
|
|
@ -35,7 +35,6 @@
@@ -35,7 +35,6 @@
|
|
|
|
|
#include <AP_Compass/AP_Compass.h> |
|
|
|
|
#include <AP_Baro/AP_Baro.h> |
|
|
|
|
#include <AP_InertialSensor/AP_InertialSensor.h> |
|
|
|
|
#include <AP_InertialNav/AP_InertialNav.h> |
|
|
|
|
#include <AP_NavEKF2/AP_NavEKF2.h> |
|
|
|
|
#include <AP_NavEKF3/AP_NavEKF3.h> |
|
|
|
|
#include <AP_Mission/AP_Mission.h> |
|
|
|
@ -67,7 +66,6 @@ public:
@@ -67,7 +66,6 @@ public:
|
|
|
|
|
NavEKF2 EKF2{&ahrs, rng}; |
|
|
|
|
NavEKF3 EKF3{&ahrs, rng}; |
|
|
|
|
AP_AHRS_NavEKF ahrs{EKF2, EKF3}; |
|
|
|
|
AP_InertialNav_NavEKF inertial_nav{ahrs}; |
|
|
|
|
AP_Vehicle::FixedWing aparm; |
|
|
|
|
AP_Airspeed airspeed; |
|
|
|
|
AP_Int32 unused; // logging is magic for Replay; this is unused
|
|
|
|
|