Project

General

Profile

Statistics
| Branch: | Revision:

root / scout / libscout / launch / demo.launch @ e203e719

History | View | Annotate | Download (288 Bytes)

1
<launch>
2

    
3
  <node name="scoutsim" pkg="scoutsim" type="scoutsim_node" args="warehouse" />
4
  <node name="scout1" pkg="libscout" type="libscout" args="scout1 4" />
5
  <node name="scout2" pkg="libscout" type="libscout" args="scout2 5" launch-prefix="$(find libscout)/kickstart" />
6

    
7
</launch>