Browse Source

HAL_SITL: added xplane support

mission-4.1.18
Andrew Tridgell 9 years ago
parent
commit
acc76f80b0
  1. 2
      libraries/AP_HAL_SITL/SITL_cmdline.cpp

2
libraries/AP_HAL_SITL/SITL_cmdline.cpp

@ -27,6 +27,7 @@ @@ -27,6 +27,7 @@
#include <SITL/SIM_Balloon.h>
#include <SITL/SIM_FlightAxis.h>
#include <SITL/SIM_Calibration.h>
#include <SITL/SIM_XPlane.h>
extern const AP_HAL::HAL& hal;
@ -66,6 +67,7 @@ static const struct { @@ -66,6 +67,7 @@ static const struct {
Aircraft *(*constructor)(const char *home_str, const char *frame_str);
} model_constructors[] = {
{ "quadplane", QuadPlane::create },
{ "xplane", XPlane::create },
{ "firefly", QuadPlane::create },
{ "+", MultiCopter::create },
{ "quad", MultiCopter::create },

Loading…
Cancel
Save