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

So it turns out I was having problems due to a typo in my launch file name. To answer the question, my package.xml only includes the default tags. My CMakeLists.txt has an additional entry for copying the launch files over to the install directory:

install(FILES
    launch/a.launch
    launch/b.launch
    launch/c.launch
    launch/all.launch
    DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}/launch
)

The additional config.yml file can also be copied over to the install directory in the same manner.