Browse Source

gazebo_sitl_multiple_run.sh: fixed comment

Signed-off-by: RomanBapst <bapstroman@gmail.com>
sbg
RomanBapst 5 years ago committed by Beat Küng
parent
commit
4d4481a384
  1. 2
      Tools/gazebo_sitl_multiple_run.sh

2
Tools/gazebo_sitl_multiple_run.sh

@ -31,7 +31,7 @@ export PX4_SIM_MODEL=${VEHICLE_MODEL:=iris} @@ -31,7 +31,7 @@ export PX4_SIM_MODEL=${VEHICLE_MODEL:=iris}
if [ "$PX4_SIM_MODEL" != "iris" ] & [ "$PX4_SIM_MODEL" != "plane" ]
then
echo "Currently only iris vehicle model is supported!"
echo "Currently only iris and plane vehicle model is supported!"
exit 1
fi

Loading…
Cancel
Save