Browse Source

HAL_SITL: support fireflyy6 as quadplane

mission-4.1.18
Andrew Tridgell 9 years ago
parent
commit
46f368f17d
  1. 1
      libraries/AP_HAL_SITL/SITL_cmdline.cpp

1
libraries/AP_HAL_SITL/SITL_cmdline.cpp

@ -65,6 +65,7 @@ static const struct { @@ -65,6 +65,7 @@ static const struct {
Aircraft *(*constructor)(const char *home_str, const char *frame_str);
} model_constructors[] = {
{ "quadplane", QuadPlane::create },
{ "firefly", QuadPlane::create },
{ "+", MultiCopter::create },
{ "quad", MultiCopter::create },
{ "copter", MultiCopter::create },

Loading…
Cancel
Save