5
0
mirror of https://github.com/ArduPilot/ardupilot synced 2025-01-05 15:38:29 -04:00

AP_Mount: remove EKF1

This commit is contained in:
priseborough 2016-11-27 15:18:00 +11:00 committed by Andrew Tridgell
parent 78f89e0663
commit 6d086e0c31
2 changed files with 1 additions and 2 deletions
libraries/AP_Mount

View File

@ -16,7 +16,6 @@
#include <AP_Common/AP_Common.h>
#include <AP_GPS/AP_GPS.h>
#include <GCS_MAVLink/GCS_MAVLink.h>
#include <AP_NavEKF/AP_NavEKF.h>
#include <AP_AccelCal/AP_AccelCal.h>
#include "SoloGimbal_Parameters.h"

View File

@ -26,7 +26,7 @@
#include <AP_Param/AP_Param.h>
#include <AP_NavEKF/AP_Nav_Common.h>
#include <AP_AHRS/AP_AHRS.h>
#include <AP_NavEKF/AP_NavEKF.h>
//#include <AP_NavEKF2/AP_NavEKF2.h>
#include <AP_Math/vectorN.h>