blob: 9aa944719861dfd23e37a33b477ea885824e6b5c (
plain)
1
2
3
4
5
6
7
8
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>
|