From 79651ed6a4a687cfb86d5897efcfe9d15c285e49 Mon Sep 17 00:00:00 2001 From: Julian Oes Date: Mon, 13 May 2019 10:35:09 +0200 Subject: [PATCH] launch: count multi UAVs from 0 This fixes the IDs of multi UAVs started with ROS/Gazebo. Previously the 3 vehicles were displayed in QGC as Vehicle 2, 3, 4. With this change it is more intuitive Vehicle 1, 2, 3 and this is also consistent with the way it is documented and how it is in jMAVSim. --- launch/multi_uav_mavros_sitl.launch | 59 ++++++++++++++--------------- 1 file changed, 29 insertions(+), 30 deletions(-) diff --git a/launch/multi_uav_mavros_sitl.launch b/launch/multi_uav_mavros_sitl.launch index 560ebd1621..279d027cc1 100644 --- a/launch/multi_uav_mavros_sitl.launch +++ b/launch/multi_uav_mavros_sitl.launch @@ -19,6 +19,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -26,7 +52,7 @@ - + @@ -52,8 +78,8 @@ - - + + @@ -71,33 +97,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - -