From 5c88353d0589f80443aad274c0ae3e220b985a87 Mon Sep 17 00:00:00 2001
From: Andreas Antener <antener_a@gmx.ch>
Date: Mon, 25 Apr 2016 17:04:33 +0200
Subject: [PATCH] removed GCS link from mavros

---
 launch/mavros_posix_sitl.launch | 1 +
 1 file changed, 1 insertion(+)

diff --git a/launch/mavros_posix_sitl.launch b/launch/mavros_posix_sitl.launch
index 32a21fcf3b..558f3bbadb 100644
--- a/launch/mavros_posix_sitl.launch
+++ b/launch/mavros_posix_sitl.launch
@@ -18,6 +18,7 @@
 
     <include file="$(find px4)/launch/mavros.launch">
         <arg name="ns" value="$(arg ns)"/>
+        <arg name="gcs_url" value=""/> <!-- GCS link is provided by SITL -->
         <arg name="fcu_url" value="$(arg fcu_url)"/>
     </include>
 </launch>
-- 
GitLab