Browse Source

AP_NavEKF2: Fix AP_GPS.h include

master
Michael du Breuil 6 years ago committed by Andrew Tridgell
parent
commit
892b687c09
  1. 1
      libraries/AP_NavEKF2/AP_NavEKF2.cpp
  2. 1
      libraries/AP_NavEKF2/AP_NavEKF2_Control.cpp
  3. 1
      libraries/AP_NavEKF2/AP_NavEKF2_Measurements.cpp
  4. 1
      libraries/AP_NavEKF2/AP_NavEKF2_Outputs.cpp
  5. 1
      libraries/AP_NavEKF2/AP_NavEKF2_PosVelFusion.cpp
  6. 1
      libraries/AP_NavEKF2/AP_NavEKF2_VehicleStatus.cpp
  7. 1
      libraries/AP_NavEKF2/AP_NavEKF2_core.cpp

1
libraries/AP_NavEKF2/AP_NavEKF2.cpp

@ -4,6 +4,7 @@ @@ -4,6 +4,7 @@
#include <AP_Vehicle/AP_Vehicle.h>
#include <GCS_MAVLink/GCS.h>
#include <AP_Logger/AP_Logger.h>
#include <AP_GPS/AP_GPS.h>
#include <new>
/*

1
libraries/AP_NavEKF2/AP_NavEKF2_Control.cpp

@ -5,6 +5,7 @@ @@ -5,6 +5,7 @@
#include <AP_AHRS/AP_AHRS.h>
#include <AP_Vehicle/AP_Vehicle.h>
#include <GCS_MAVLink/GCS.h>
#include <AP_GPS/AP_GPS.h>
#include <stdio.h>

1
libraries/AP_NavEKF2/AP_NavEKF2_Measurements.cpp

@ -6,6 +6,7 @@ @@ -6,6 +6,7 @@
#include <AP_Vehicle/AP_Vehicle.h>
#include <GCS_MAVLink/GCS.h>
#include <AP_RangeFinder/RangeFinder_Backend.h>
#include <AP_GPS/AP_GPS.h>
#include <stdio.h>

1
libraries/AP_NavEKF2/AP_NavEKF2_Outputs.cpp

@ -4,6 +4,7 @@ @@ -4,6 +4,7 @@
#include "AP_NavEKF2_core.h"
#include <AP_AHRS/AP_AHRS.h>
#include <AP_Vehicle/AP_Vehicle.h>
#include <AP_GPS/AP_GPS.h>
#include <stdio.h>

1
libraries/AP_NavEKF2/AP_NavEKF2_PosVelFusion.cpp

@ -5,6 +5,7 @@ @@ -5,6 +5,7 @@
#include <AP_AHRS/AP_AHRS.h>
#include <AP_Vehicle/AP_Vehicle.h>
#include <AP_RangeFinder/RangeFinder_Backend.h>
#include <AP_GPS/AP_GPS.h>
#include <stdio.h>

1
libraries/AP_NavEKF2/AP_NavEKF2_VehicleStatus.cpp

@ -5,6 +5,7 @@ @@ -5,6 +5,7 @@
#include <AP_AHRS/AP_AHRS.h>
#include <AP_Vehicle/AP_Vehicle.h>
#include <GCS_MAVLink/GCS.h>
#include <AP_GPS/AP_GPS.h>
#include <stdio.h>

1
libraries/AP_NavEKF2/AP_NavEKF2_core.cpp

@ -5,6 +5,7 @@ @@ -5,6 +5,7 @@
#include <AP_AHRS/AP_AHRS.h>
#include <AP_Vehicle/AP_Vehicle.h>
#include <GCS_MAVLink/GCS.h>
#include <AP_GPS/AP_GPS.h>
#include <stdio.h>

Loading…
Cancel
Save