visp
visp copied to clipboard
Error while loading shared libraries: libvisp_robot.so.3.6: cannot open shared object file
Hi, trying to use visp in my custom ros package.
When building ros2 package as following :
- with
colcon build --symlink-install
- everything works well my application works able to use all visp features
- with just
colcon build[no symlink-install]
- ?? it throws error - while loading shared libraries: libvisp_robot.so.3.6: cannot open shared object file
I have followed proper installation method as mention below: Installation instruction
Any help ?