mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-03-03 04:03:59 -04:00
HAL_SITL: added plane simulator
This commit is contained in:
parent
16e0a6d7b0
commit
c6b6d7137d
@ -15,6 +15,7 @@
|
||||
|
||||
#include <SITL/SIM_Multicopter.h>
|
||||
#include <SITL/SIM_Helicopter.h>
|
||||
#include <SITL/SIM_Plane.h>
|
||||
#include <SITL/SIM_Rover.h>
|
||||
#include <SITL/SIM_CRRCSim.h>
|
||||
#include <SITL/SIM_Gazebo.h>
|
||||
@ -75,7 +76,8 @@ static const struct {
|
||||
{ "gazebo", Gazebo::create },
|
||||
{ "last_letter", last_letter::create },
|
||||
{ "tracker", Tracker::create },
|
||||
{ "balloon", Balloon::create }
|
||||
{ "balloon", Balloon::create },
|
||||
{ "plane", Plane::create },
|
||||
};
|
||||
|
||||
void SITL_State::_parse_command_line(int argc, char * const argv[])
|
||||
|
Loading…
Reference in New Issue
Block a user