mirror of https://github.com/ArduPilot/ardupilot
HAL_SITL: enable airsim SITL backend
This commit is contained in:
parent
ffbfdbf1df
commit
4d1f4f3386
|
@ -29,6 +29,7 @@
|
|||
#include <SITL/SIM_Submarine.h>
|
||||
#include <SITL/SIM_SilentWings.h>
|
||||
#include <SITL/SIM_Morse.h>
|
||||
#include <SITL/SIM_AirSim.h>
|
||||
|
||||
#include <signal.h>
|
||||
#include <stdio.h>
|
||||
|
@ -130,6 +131,7 @@ static const struct {
|
|||
{ "vectored", Submarine::create },
|
||||
{ "silentwings", SilentWings::create },
|
||||
{ "morse", Morse::create },
|
||||
{ "airsim", AirSim::create},
|
||||
};
|
||||
|
||||
void SITL_State::_set_signal_handlers(void) const
|
||||
|
|
Loading…
Reference in New Issue