forked from Archive/PX4-Autopilot
gazebo_sitl_multiple_run.sh: fixed comment
Signed-off-by: RomanBapst <bapstroman@gmail.com>
This commit is contained in:
parent
528141a78e
commit
4d4481a384
|
@ -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…
Reference in New Issue