Browse Source

AP_HAL_SITL: Add support for Sub

master
Jacob Walser 8 years ago committed by Andrew Tridgell
parent
commit
e7caf05238
  1. 2
      libraries/AP_HAL_SITL/SITL_cmdline.cpp

2
libraries/AP_HAL_SITL/SITL_cmdline.cpp

@ -26,6 +26,7 @@ @@ -26,6 +26,7 @@
#include <SITL/SIM_FlightAxis.h>
#include <SITL/SIM_Calibration.h>
#include <SITL/SIM_XPlane.h>
#include <SITL/SIM_Submarine.h>
extern const AP_HAL::HAL& hal;
@ -91,6 +92,7 @@ static const struct { @@ -91,6 +92,7 @@ static const struct {
{ "balloon", Balloon::create },
{ "plane", Plane::create },
{ "calibration", Calibration::create },
{ "vectored", Submarine::create },
};
void SITL_State::_set_signal_handlers(void) const

Loading…
Cancel
Save