mavros sitl launch file: add default namespace

This commit is contained in:
Thomas Gubler 2015-03-10 21:24:07 +01:00
parent 2883edaecd
commit b311f7302b
1 changed files with 1 additions and 1 deletions

View File

@ -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="" />