aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Gubler <thomasgubler@gmail.com>2015-03-10 21:24:07 +0100
committerThomas Gubler <thomasgubler@gmail.com>2015-03-10 21:24:07 +0100
commitb311f7302b508d1ed7fd3cfecd0bfbe47b324bde (patch)
tree13d9c174b2aabd9925c099fa90780970b342e3a5
parent2883edaecd442e3049ad3224989cb384096e637a (diff)
downloadpx4-firmware-b311f7302b508d1ed7fd3cfecd0bfbe47b324bde.tar.gz
px4-firmware-b311f7302b508d1ed7fd3cfecd0bfbe47b324bde.tar.bz2
px4-firmware-b311f7302b508d1ed7fd3cfecd0bfbe47b324bde.zip
mavros sitl launch file: add default namespace
-rw-r--r--launch/mavros_sitl.launch2
1 files changed, 1 insertions, 1 deletions
diff --git a/launch/mavros_sitl.launch b/launch/mavros_sitl.launch
index 7752c682d..7362fa464 100644
--- a/launch/mavros_sitl.launch
+++ b/launch/mavros_sitl.launch
@@ -2,7 +2,7 @@
<!-- vim: set ft=xml noet : -->
<!-- example launch script for PX4 based FCU's -->
-<arg name="ns"/>
+<arg name="ns" default="/" />
<group ns="$(arg ns)">
<arg name="fcu_url" default="udp://localhost:14560@localhost:14565" />
<arg name="gcs_url" default="" />