gazebo_sitl_multiple_run.sh: fixed comment

Signed-off-by: RomanBapst <bapstroman@gmail.com>
This commit is contained in:
RomanBapst 2020-01-10 15:35:55 +03:00 committed by Beat Küng
parent 528141a78e
commit 4d4481a384
1 changed files with 1 additions and 1 deletions

View File

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