Browse Source

AP_HAL_SITL: add JSON backend

zr-v5.1
Iampete1 5 years ago committed by Andrew Tridgell
parent
commit
c31a4f4b14
  1. 3
      libraries/AP_HAL_SITL/SITL_cmdline.cpp

3
libraries/AP_HAL_SITL/SITL_cmdline.cpp

@ -33,6 +33,7 @@ @@ -33,6 +33,7 @@
#include <SITL/SIM_AirSim.h>
#include <SITL/SIM_Scrimmage.h>
#include <SITL/SIM_Webots.h>
#include <SITL/SIM_JSON.h>
#include <signal.h>
#include <stdio.h>
@ -146,7 +147,7 @@ static const struct { @@ -146,7 +147,7 @@ static const struct {
{ "airsim", AirSim::create},
{ "scrimmage", Scrimmage::create },
{ "webots", Webots::create },
{ "JSON", JSON::create },
};
void SITL_State::_set_signal_handlers(void) const

Loading…
Cancel
Save