|
|
|
@ -6,10 +6,6 @@
@@ -6,10 +6,6 @@
|
|
|
|
|
|
|
|
|
|
#include <AP_HAL/AP_HAL.h> |
|
|
|
|
|
|
|
|
|
#include <AP_Baro/AP_Baro.h> |
|
|
|
|
#include <AP_InertialSensor/AP_InertialSensor.h> |
|
|
|
|
#include <AP_Compass/AP_Compass.h> |
|
|
|
|
#include <AP_Terrain/AP_Terrain.h> |
|
|
|
|
#include <SITL/SITL_Input.h> |
|
|
|
|
#include <SITL/SIM_Gimbal.h> |
|
|
|
|
#include <SITL/SIM_ADSB.h> |
|
|
|
@ -90,7 +86,7 @@ private:
@@ -90,7 +86,7 @@ private:
|
|
|
|
|
pid_t _parent_pid; |
|
|
|
|
uint32_t _update_count; |
|
|
|
|
|
|
|
|
|
AP_Baro *_barometer; |
|
|
|
|
class AP_Baro *_barometer; |
|
|
|
|
|
|
|
|
|
#if CONFIG_HAL_BOARD == HAL_BOARD_SITL |
|
|
|
|
SocketAPM _sitl_rc_in{true}; |
|
|
|
|