Browse Source

autotest: added Gazebo frame type

mission-4.1.18
John Hsu 10 years ago committed by Andrew Tridgell
parent
commit
94bf440e8f
  1. 5
      Tools/autotest/sim_vehicle.sh

5
Tools/autotest/sim_vehicle.sh

@ -250,6 +250,11 @@ case $FRAME in @@ -250,6 +250,11 @@ case $FRAME in
IrisRos)
BUILD_TARGET="sitl"
;;
Gazebo)
BUILD_TARGET="sitl"
EXTRA_SIM="$EXTRA_SIM --frame=Gazebo"
MODEL="$FRAME"
;;
CRRCSim-heli)
BUILD_TARGET="sitl-heli"
MODEL="$FRAME"

Loading…
Cancel
Save