open_vins icon indicating copy to clipboard operation
open_vins copied to clipboard

Cannot build openvins aruco

Open Jawaheru opened this issue 11 months ago • 1 comments

Catkin build shows this failure, I i use melodic and ubuntu 18.04 image I tried to change the trackArcu.coo to opencv3 and 4 Still same error

Jawaheru avatar Mar 14 '24 08:03 Jawaheru

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

goldbattle avatar Mar 25 '24 00:03 goldbattle