ArduPlane: move SITL object up to AP_Vehicle
This commit is contained in:
parent
1aefa1b378
commit
987d67b867
@ -117,10 +117,6 @@
|
||||
#endif
|
||||
#include "AP_Arming.h"
|
||||
|
||||
#if CONFIG_HAL_BOARD == HAL_BOARD_SITL
|
||||
#include <SITL/SITL.h>
|
||||
#endif
|
||||
|
||||
/*
|
||||
main APM:Plane class
|
||||
*/
|
||||
@ -212,10 +208,6 @@ private:
|
||||
AP_YawController yawController{aparm};
|
||||
AP_SteerController steerController{};
|
||||
|
||||
#if CONFIG_HAL_BOARD == HAL_BOARD_SITL
|
||||
SITL::SIM sitl;
|
||||
#endif
|
||||
|
||||
// Training mode
|
||||
bool training_manual_roll; // user has manual roll control
|
||||
bool training_manual_pitch; // user has manual pitch control
|
||||
|
Loading…
Reference in New Issue
Block a user