source: trunk/webmap/launch/webmap.launch @ 15

Last change on this file since 15 was 15, checked in by wcaarls, 11 years ago

Imported webmap at revision 1169

File size: 257 bytes
Line 
1<launch>
2        <arg name="world" default="$(find webmap)/share/test.world" />
3        <node pkg="rosbridge_server" type="rosbridge.py" name="rosbridge" output="screen"/>
4        <node pkg="stage" type="stageros" name="stageros" args="$(arg world)" output="screen"/>
5</launch>
Note: See TracBrowser for help on using the repository browser.