mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
HAL_SITL: Integrating Silent Wings SITL with the sim_vehicle
This commit is contained in:
parent
3330b62d3c
commit
6dd906f07f
@ -27,6 +27,7 @@
|
||||
#include <SITL/SIM_Calibration.h>
|
||||
#include <SITL/SIM_XPlane.h>
|
||||
#include <SITL/SIM_Submarine.h>
|
||||
#include <SITL/SIM_SilentWings.h>
|
||||
#include <SITL/SIM_Morse.h>
|
||||
|
||||
#include <signal.h>
|
||||
@ -126,6 +127,7 @@ static const struct {
|
||||
{ "plane", Plane::create },
|
||||
{ "calibration", Calibration::create },
|
||||
{ "vectored", Submarine::create },
|
||||
{ "silentwings", SilentWings::create },
|
||||
{ "morse", Morse::create },
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user