Closed lucamarchionna closed 3 years ago
Investigate the following points:
vpConfig.h
file to see if VISP_HAVE_REALSENSE2
is defined$ sudo updatedb
$ locate libvisp_core.so
@lucamarchionna Any update ?
Thanks for your support. I solved the problem following what you have suggested in another issue. For other users, the steps are:
sudo updated
locate libvisp_core.so
- Install Synaptic
sudo apt-get install synaptic
- Run Synaptic
sudo synaptic
- Delete any installation from packages that contains visp-ros, vision-visp
Hi everyone, I was trying to implement an eye-in-hand configuration through a markerless generic model-based tracking. For doing this, I am going to leverage a RealSense d435i and benefit from the vpRealSense2 Class. However, when I include the header
#include <visp3/sensor/vpRealSense2.h>
an error appear in the catkin_make, mentioning the following:
undefined reference to vpRealSense2::vpRealSense2() undefined reference to vpRealSense2::open(rs2::config const&)
I have successfully installed the 3rd parties according to VISP tutorial. Have you an idea on how to fix this error? Thank you in advance.