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 2014-01-06 11:35:38 -0500

joq gravatar image

The recommended practice is to put your launch files in some package, typically in a launch/ subdirectory.

Many projects find it helpful to create a top-level ROS package containing launch files. It should depend on the lower-level packages referenced in those files.

The recommended practice is to put your launch files in some package, typically in a launch/ subdirectory.

Many projects find it helpful to create a top-level ROS package containing launch files. It should depend on the lower-level packages referenced in those files.

If you release your launch package to the ROS build farm, be sure to install your launch files using the appropriate CMake commands.