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

Revision history [back]

To open an additional folder from your package add these lines to CMakeLists.txt

FILE(GLOB random_name "scripts/*.py")
add_custom_target(random_name2 SOURCES ${random_name})

In this example I added my scripts folder containing the python scripts