5
0
mirror of https://github.com/ArduPilot/ardupilot synced 2025-01-03 14:38:30 -04:00

Blimp: move SITL object up to AP_Vehicle

This commit is contained in:
Peter Barker 2021-10-06 15:51:08 +11:00 committed by Andrew Tridgell
parent 4c1c0e591f
commit 62bbfd60fb

View File

@ -72,11 +72,6 @@
#include "Parameters.h"
#if CONFIG_HAL_BOARD == HAL_BOARD_SITL
#include <SITL/SITL.h>
#endif
#include "mode.h"
class Blimp : public AP_Vehicle
@ -122,10 +117,6 @@ private:
AP_Int8 *flight_modes;
const uint8_t num_flight_modes = 6;
#if CONFIG_HAL_BOARD == HAL_BOARD_SITL
SITL::SIM sitl;
#endif
// Arming/Disarming management class
AP_Arming_Blimp arming;