Browse Source

autotest: allow for multiple heli frame types

mission-4.1.18
Andrew Tridgell 10 years ago
parent
commit
9346596949
  1. 4
      Tools/autotest/sim_vehicle.sh

4
Tools/autotest/sim_vehicle.sh

@ -248,9 +248,9 @@ case $FRAME in @@ -248,9 +248,9 @@ case $FRAME in
BUILD_TARGET="sitl-octa"
MODEL="$FRAME"
;;
heli)
heli*)
BUILD_TARGET="sitl-heli"
MODEL="heli"
MODEL="$FRAME"
;;
heli-dual)
BUILD_TARGET="sitl-heli-dual"

Loading…
Cancel
Save