Browse Source

AP_NavEKF3: adjust for renaming of RangeFinder files

c415-sdk
Peter Barker 5 years ago committed by Randy Mackay
parent
commit
fe8599d6d7
  1. 2
      libraries/AP_NavEKF3/AP_NavEKF3_Measurements.cpp
  2. 2
      libraries/AP_NavEKF3/AP_NavEKF3_PosVelFusion.cpp

2
libraries/AP_NavEKF3/AP_NavEKF3_Measurements.cpp

@ -5,7 +5,7 @@
#include <AP_AHRS/AP_AHRS.h> #include <AP_AHRS/AP_AHRS.h>
#include <AP_Vehicle/AP_Vehicle.h> #include <AP_Vehicle/AP_Vehicle.h>
#include <GCS_MAVLink/GCS.h> #include <GCS_MAVLink/GCS.h>
#include <AP_RangeFinder/RangeFinder_Backend.h> #include <AP_RangeFinder/AP_RangeFinder_Backend.h>
#include <AP_GPS/AP_GPS.h> #include <AP_GPS/AP_GPS.h>
#include <AP_Baro/AP_Baro.h> #include <AP_Baro/AP_Baro.h>

2
libraries/AP_NavEKF3/AP_NavEKF3_PosVelFusion.cpp

@ -5,7 +5,7 @@
#include <AP_AHRS/AP_AHRS.h> #include <AP_AHRS/AP_AHRS.h>
#include <AP_Vehicle/AP_Vehicle.h> #include <AP_Vehicle/AP_Vehicle.h>
#include <GCS_MAVLink/GCS.h> #include <GCS_MAVLink/GCS.h>
#include <AP_RangeFinder/RangeFinder_Backend.h> #include <AP_RangeFinder/AP_RangeFinder_Backend.h>
#include <AP_GPS/AP_GPS.h> #include <AP_GPS/AP_GPS.h>
#include <AP_Baro/AP_Baro.h> #include <AP_Baro/AP_Baro.h>

Loading…
Cancel
Save