Browse Source

autotest: added quadplane model

master
Andrew Tridgell 9 years ago
parent
commit
8932c21155
  1. 4
      Tools/autotest/sim_vehicle.sh

4
Tools/autotest/sim_vehicle.sh

@ -284,6 +284,10 @@ case $FRAME in @@ -284,6 +284,10 @@ case $FRAME in
MODEL="$FRAME"
check_jsbsim_version
;;
quadplane*)
BUILD_TARGET="sitl"
MODEL="$FRAME"
;;
*-heli)
BUILD_TARGET="sitl-heli"
MODEL="$FRAME"

Loading…
Cancel
Save