ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
You probably just need to install the built files:
install(FILES your_data your_parameters
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION})
After that, I think getPath()
should find them (not tested).