Re: libopencv_core3.so.3.2 runtime error
Posted by
matlabbe on
URL: http://official-rtab-map-forum.206.s1.nabble.com/libopencv-core3-so-3-2-runtime-error-tp4152p4162.html
Hi,
Thanks for the beer!

When ROS searches for a package, it looks in catkin_ws/devel first, then after /opt/ros/kinetic. It is because if the workspace is setup like in ROS tutorial, they make you "source" the setup.bash in catkin_ws/devel, which put the catkin_ws paths before those of /opt/ros/kinetic. If you source only /opt/ros/kinetic/setup.bash, the whole catkin_ws will be ignored.
cheers,
Mathieu