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

Thanks to Dirk Thomas' answer, I managed to get a solution. Here it is for reference:

1- I download the file to ${CATKIN_DEVEL_PREFIX}/${CATKIN_PACKAGE_SHARE_DESTINATION}

2- in order to find it from my c++ code, I wrote a little helper: https://gist.github.com/bricerebsamen/8679151