summaryrefslogtreecommitdiff
path: root/launch/localisation.launch
diff options
context:
space:
mode:
Diffstat (limited to 'launch/localisation.launch')
-rw-r--r--launch/localisation.launch9
1 files changed, 9 insertions, 0 deletions
diff --git a/launch/localisation.launch b/launch/localisation.launch
new file mode 100644
index 0000000..9aa9447
--- /dev/null
+++ b/launch/localisation.launch
@@ -0,0 +1,9 @@
+<launch>
+ <arg name="robots" />
+ <arg name="cloud" />
+ <node pkg="murl"
+ type="localisation.py"
+ name="localisation"
+ args="--robots=$(arg robots) --cloud=$(arg cloud)"
+ output="screen"/>
+</launch>