Closed 12moon28 closed 3 months ago
Yep looks like an OpenCV install issue. I would recommend installing again from source and making sure you are linking to the correct location. Otherwise you can always try the docker containers which should help avoid this issue.
My issue is as follows: When I run the following code:
Output the following content:
According to the information I found online, the issue might be caused by incompatible versions of OpenCV (I'm using 3.4.20 while ROS is installed with 3.2). However, even after modifying the corresponding parameters in the files to match version 3.4.20, the problem persists.
thankyou!