ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Thank you for all you answer.
I finally find the problem. In fact previously I add a library in my catkin workspace build folder, the one I now build externally.
When I source the devel/setup.sh, the library used was not the library located in /us/lib/ ... but the older library in catkin_ws.
Thank you Mike Scheutzow and bluegiraffe-sc for your time.