HAL_SITL: added quadplane model
This commit is contained in:
parent
d0896a1fb2
commit
e6555aae6d
@ -16,6 +16,7 @@
|
|||||||
#include <SITL/SIM_Multicopter.h>
|
#include <SITL/SIM_Multicopter.h>
|
||||||
#include <SITL/SIM_Helicopter.h>
|
#include <SITL/SIM_Helicopter.h>
|
||||||
#include <SITL/SIM_Plane.h>
|
#include <SITL/SIM_Plane.h>
|
||||||
|
#include <SITL/SIM_QuadPlane.h>
|
||||||
#include <SITL/SIM_Rover.h>
|
#include <SITL/SIM_Rover.h>
|
||||||
#include <SITL/SIM_CRRCSim.h>
|
#include <SITL/SIM_CRRCSim.h>
|
||||||
#include <SITL/SIM_Gazebo.h>
|
#include <SITL/SIM_Gazebo.h>
|
||||||
@ -61,6 +62,7 @@ static const struct {
|
|||||||
const char *name;
|
const char *name;
|
||||||
Aircraft *(*constructor)(const char *home_str, const char *frame_str);
|
Aircraft *(*constructor)(const char *home_str, const char *frame_str);
|
||||||
} model_constructors[] = {
|
} model_constructors[] = {
|
||||||
|
{ "quadplane", QuadPlane::create },
|
||||||
{ "+", MultiCopter::create },
|
{ "+", MultiCopter::create },
|
||||||
{ "quad", MultiCopter::create },
|
{ "quad", MultiCopter::create },
|
||||||
{ "copter", MultiCopter::create },
|
{ "copter", MultiCopter::create },
|
||||||
|
Loading…
Reference in New Issue
Block a user