summaryrefslogtreecommitdiff
blob: 1730d4259781e4fdcec169d5768d15e0aece667b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!-- 
  ROS Core Stack definition

  Before making any modifications to this file, please read:
  http://ros.org/wiki/roscore
  -->
<launch>
  <group ns="/">
    <param name="rosversion" value="@PKG_VERSION@" />
    <param name="rosdistro" value="Gentoo" />
    <node pkg="rosout" type="rosout" name="rosout" respawn="true"/>
  </group>
</launch>