AP_HAL_SITL: make heli-blade simulation work

This commit is contained in:
Peter Barker 2021-09-07 13:26:23 +10:00 committed by Peter Barker
parent a2932e8f36
commit ae40531cd7
1 changed files with 1 additions and 0 deletions

View File

@ -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 },