From 0324889cf7f23d412eefcc8fb8b012bdc64cdd6d Mon Sep 17 00:00:00 2001 From: JaeyoungLim Date: Sat, 28 Dec 2019 23:53:02 +0100 Subject: [PATCH] Add support for plane --- 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 6ef1eca8de..0aaa1f2aaa 100755 --- a/Tools/gazebo_sitl_multiple_run.sh +++ b/Tools/gazebo_sitl_multiple_run.sh @@ -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