ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
You just need to modify install( DIRECTORY launch DESTINATION share/${PROJECT_NAME}/ )
to install( DIRECTORY launch config DESTINATION share/${PROJECT_NAME}/ )