From 4d4481a38477ad86b304a946d6b0bc21ce2efdda Mon Sep 17 00:00:00 2001 From: RomanBapst Date: Fri, 10 Jan 2020 15:35:55 +0300 Subject: [PATCH] gazebo_sitl_multiple_run.sh: fixed comment Signed-off-by: RomanBapst --- Tools/gazebo_sitl_multiple_run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/gazebo_sitl_multiple_run.sh b/Tools/gazebo_sitl_multiple_run.sh index b070df4192..48d616a925 100755 --- a/Tools/gazebo_sitl_multiple_run.sh +++ b/Tools/gazebo_sitl_multiple_run.sh @@ -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