mirror of https://github.com/ArduPilot/ardupilot
Sub: remove unnecessary EKF includes
This commit is contained in:
parent
36b551b75b
commit
137077c47b
|
@ -45,8 +45,6 @@
|
|||
#include <AP_Compass/AP_Compass.h> // ArduPilot Mega Magnetometer Library
|
||||
#include <AP_InertialSensor/AP_InertialSensor.h> // ArduPilot Mega Inertial Sensor (accel & gyro) Library
|
||||
#include <AP_AHRS/AP_AHRS.h>
|
||||
#include <AP_NavEKF2/AP_NavEKF2.h>
|
||||
#include <AP_NavEKF3/AP_NavEKF3.h>
|
||||
#include <AP_Mission/AP_Mission.h> // Mission command library
|
||||
#include <AC_AttitudeControl/AC_AttitudeControl_Sub.h> // Attitude control library
|
||||
#include <AC_AttitudeControl/AC_PosControl_Sub.h> // Position control library
|
||||
|
|
Loading…
Reference in New Issue