summaryrefslogtreecommitdiff
path: root/launch/gazebo.launch
blob: 85f1829c9a7f9876c7fd73420647b7bf1ba9de24 (plain)
1
2
3
4
5
6
7
8
9
<launch>
	<arg name="robots" />
  <arg name="template" default="$(find murl)/launch/all-robots.launch.in" />
	<node pkg="murl"
        type="launch-robots.py"
        name="launch_robots"
        args="--template=$(arg template) --robots=$(arg robots)"
        output="screen"/>
</launch>