open_vins
open_vins copied to clipboard
Cannot build openvins aruco
Catkin build shows this failure, I i use melodic and ubuntu 18.04
I tried to change the trackArcu.coo to opencv3 and 4
Still same error
Hi, it looks like you do not have aruco opencv contrib module built. What version of opencv are you using? If you are not interested in using the aruco tag SLAM feature functionallity then you can disable with any of the following:
catkin config --cmake-args -DENABLE_ARUCO_TAGS=OFF
catkin build --cmake-args -DENABLE_ARUCO_TAGS=OFF