HAL_SITL: added Flightaxis support
This commit is contained in:
parent
7a7bd0607f
commit
22e25cc792
@ -24,6 +24,7 @@
|
||||
#include <SITL/SIM_JSBSim.h>
|
||||
#include <SITL/SIM_Tracker.h>
|
||||
#include <SITL/SIM_Balloon.h>
|
||||
#include <SITL/SIM_FlightAxis.h>
|
||||
|
||||
extern const AP_HAL::HAL& hal;
|
||||
|
||||
@ -76,6 +77,7 @@ static const struct {
|
||||
{ "rover", SimRover::create },
|
||||
{ "crrcsim", CRRCSim::create },
|
||||
{ "jsbsim", JSBSim::create },
|
||||
{ "flightaxis", FlightAxis::create },
|
||||
{ "gazebo", Gazebo::create },
|
||||
{ "last_letter", last_letter::create },
|
||||
{ "tracker", Tracker::create },
|
||||
|
Loading…
Reference in New Issue
Block a user