mirror of https://github.com/ArduPilot/ardupilot
AP_HAL: SIMState: include SITL glider header
used if you want to use the Glider model in Sim-on-Hardware
This commit is contained in:
parent
408401250b
commit
43dbae54a3
|
@ -12,6 +12,7 @@
|
|||
#include <SITL/SIM_Helicopter.h>
|
||||
#include <SITL/SIM_SingleCopter.h>
|
||||
#include <SITL/SIM_Plane.h>
|
||||
#include <SITL/SIM_Glider.h>
|
||||
#include <SITL/SIM_QuadPlane.h>
|
||||
#include <SITL/SIM_Rover.h>
|
||||
#include <SITL/SIM_BalanceBot.h>
|
||||
|
|
Loading…
Reference in New Issue