Browse Source

Add support for plane

sbg
JaeyoungLim 5 years ago committed by Beat Küng
parent
commit
0324889cf7
  1. 2
      Tools/gazebo_sitl_multiple_run.sh

2
Tools/gazebo_sitl_multiple_run.sh

@ -29,7 +29,7 @@ done @@ -29,7 +29,7 @@ done
num_vehicles=${NUM_VEHICLES:=3}
export PX4_SIM_MODEL=${VEHICLE_MODEL:=iris}
if [ "$PX4_SIM_MODEL" != "iris" ]
if [ "$PX4_SIM_MODEL" != "iris" ] & [ "$PX4_SIM_MODEL" != "plane" ]
then
echo "Currently only iris vehicle model is supported!"
exit 1

Loading…
Cancel
Save