mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-03-11 17:13:56 -03:00
AntennaTracker: move SITL object up to AP_Vehicle
This commit is contained in:
parent
29088e25f9
commit
af9b40174a
@ -58,10 +58,6 @@
|
|||||||
#include <AP_Scripting/AP_Scripting.h>
|
#include <AP_Scripting/AP_Scripting.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if CONFIG_HAL_BOARD == HAL_BOARD_SITL
|
|
||||||
#include <SITL/SITL.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include "mode.h"
|
#include "mode.h"
|
||||||
|
|
||||||
class Tracker : public AP_Vehicle {
|
class Tracker : public AP_Vehicle {
|
||||||
@ -85,10 +81,6 @@ private:
|
|||||||
|
|
||||||
AP_Logger logger;
|
AP_Logger logger;
|
||||||
|
|
||||||
#if CONFIG_HAL_BOARD == HAL_BOARD_SITL
|
|
||||||
SITL::SIM sitl;
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
antenna control channels
|
antenna control channels
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user