|
|
@ -37,7 +37,6 @@ |
|
|
|
#include <AP_Camera/AP_Camera.h> // Camera triggering |
|
|
|
#include <AP_Camera/AP_Camera.h> // Camera triggering |
|
|
|
#include <AP_Compass/AP_Compass.h> // ArduPilot Mega Magnetometer Library |
|
|
|
#include <AP_Compass/AP_Compass.h> // ArduPilot Mega Magnetometer Library |
|
|
|
#include <AP_Declination/AP_Declination.h> // Compass declination library |
|
|
|
#include <AP_Declination/AP_Declination.h> // Compass declination library |
|
|
|
#include <AP_Devo_Telem/AP_Devo_Telem.h> |
|
|
|
|
|
|
|
#include <AP_GPS/AP_GPS.h> // ArduPilot GPS library |
|
|
|
#include <AP_GPS/AP_GPS.h> // ArduPilot GPS library |
|
|
|
#include <AP_InertialSensor/AP_InertialSensor.h> // Inertial Sensor (uncalibated IMU) Library |
|
|
|
#include <AP_InertialSensor/AP_InertialSensor.h> // Inertial Sensor (uncalibated IMU) Library |
|
|
|
#include <AP_L1_Control/AP_L1_Control.h> |
|
|
|
#include <AP_L1_Control/AP_L1_Control.h> |
|
|
@ -298,10 +297,6 @@ private: |
|
|
|
FUNCTOR_BIND_MEMBER(&Rover::handle_battery_failsafe, void, const char*, const int8_t), |
|
|
|
FUNCTOR_BIND_MEMBER(&Rover::handle_battery_failsafe, void, const char*, const int8_t), |
|
|
|
_failsafe_priorities}; |
|
|
|
_failsafe_priorities}; |
|
|
|
|
|
|
|
|
|
|
|
#if DEVO_TELEM_ENABLED == ENABLED |
|
|
|
|
|
|
|
AP_DEVO_Telem devo_telemetry; |
|
|
|
|
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// 3D Location vectors
|
|
|
|
// 3D Location vectors
|
|
|
|
// Location structure defined in AP_Common
|
|
|
|
// Location structure defined in AP_Common
|
|
|
|
// The home location used for RTL. The location is set when we first get stable GPS lock
|
|
|
|
// The home location used for RTL. The location is set when we first get stable GPS lock
|
|
|
|