ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

answered 2012-12-26 04:24:36 -0600

joq gravatar image

My preference is for example #1, with individual nodes or small groups moved into separate include files.

This tutorial provides useful tips for organizing the launch files of large systems.

My preference is for example #1, the following variant, but with individual nodes or small groups moved into separate include files.files. Note the use of relative topic names.

<node pkg="mypkg" type="mytype" name="myname">
 <remap from="out1" to="out2" />
</node>

This tutorial provides useful tips for organizing the launch files of large systems.