visp icon indicating copy to clipboard operation
visp copied to clipboard

Error while loading shared libraries: libvisp_robot.so.3.6: cannot open shared object file

Open v-snap opened this issue 1 year ago • 0 comments

Hi, trying to use visp in my custom ros package.

When building ros2 package as following :

  1. with colcon build --symlink-install
  • everything works well my application works able to use all visp features
  1. 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 ?

v-snap avatar Jun 26 '24 15:06 v-snap