lagadic / visp

Open Source Visual Servoing Platform

Home Page:https://visp.inria.fr/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

viprob-ai opened this issue · 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 ?