mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-20 03:13:44 +08:00
mavros sitl launch file: add default namespace
This commit is contained in:
@@ -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="" />
|
||||
|
||||
Reference in New Issue
Block a user