You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-ros/roslaunch/files/roscore.xml.in

14 lines
347 B

<!--
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>