You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I wanted to use the but_velodyne repo . For that i need to install this first. When i try to install this on ros melodic on debian stretch i get the error below. I tried to search why this error is coming where it says that it may be because the opencv contrib modules may not be installed and need to be recompiled with source. But i got the opencv 3.2.0 version with the ros melodic installation so how do i install the contrib modules to an existing installation of opencv which i didnt build from source.
Hmm - I have no experiences with building opencv_contrib with pre-installed OpenCV. But - I can suggest you a workaround - comment the lines 92 and 93 in CMakeLists.txt: add_executable(sac-visual-registration src/apps/sac-visual-registration.cpp) target_link_libraries(sac-visual-registration but_velodyne)
In case you do not need this specific app, you should be OK.
Hi,
I wanted to use the but_velodyne repo . For that i need to install this first. When i try to install this on ros melodic on debian stretch i get the error below. I tried to search why this error is coming where it says that it may be because the opencv contrib modules may not be installed and need to be recompiled with source. But i got the opencv 3.2.0 version with the ros melodic installation so how do i install the contrib modules to an existing installation of opencv which i didnt build from source.
i found these two links: http://wiki.ros.org/opencv3 and https://github.com/ros-gbp/opencv3-release which maybe helpful in resolving this error but there is no mention of melodic in them and i dont know how to use them .I am new to ros so i may be wrong. Please help . Thanks
The error trace is below:
The text was updated successfully, but these errors were encountered: