mirror of https://github.com/ArduPilot/ardupilot
HAL_SITL: support coaxcopter in SITL
This commit is contained in:
parent
a2ed8fb313
commit
969b6ebea9
|
@ -80,6 +80,7 @@ static const struct {
|
|||
{ "heli-dual", Helicopter::create },
|
||||
{ "heli-compound", Helicopter::create },
|
||||
{ "singlecopter", SingleCopter::create },
|
||||
{ "coaxcopter", SingleCopter::create },
|
||||
{ "rover", SimRover::create },
|
||||
{ "crrcsim", CRRCSim::create },
|
||||
{ "jsbsim", JSBSim::create },
|
||||
|
|
Loading…
Reference in New Issue