Browse Source

AP_HAL_SITL: make heli-blade simulation work

gps-1.3.1
Peter Barker 3 years ago committed by Peter Barker
parent
commit
ae40531cd7
  1. 1
      libraries/AP_HAL_SITL/SITL_cmdline.cpp

1
libraries/AP_HAL_SITL/SITL_cmdline.cpp

@ -147,6 +147,7 @@ static const struct { @@ -147,6 +147,7 @@ static const struct {
{ "heli", Helicopter::create },
{ "heli-dual", Helicopter::create },
{ "heli-compound", Helicopter::create },
{ "heli-blade360", Helicopter::create },
{ "singlecopter", SingleCopter::create },
{ "coaxcopter", SingleCopter::create },
{ "rover", SimRover::create },

Loading…
Cancel
Save