OpenFTC / EasyOpenCV

Finally, a straightforward and easy way to use OpenCV on an FTC robot!
219 stars 100 forks source link

1.5.3 - duplicate class... #59

Closed alan412 closed 1 year ago

alan412 commented 1 year ago

Perhaps this is something I just need to cleanup, but when I move OpenCV from 1.5.2 to 1.5.3 my FTC project won't build with a ton of duplicate class errors. I tried clean project, grade sync, but that wasn't enough....

Windwoes commented 1 year ago

Is your workspace public anywhere?

alan412 commented 1 year ago

Yes - https://github.com/ftc16072/PowerPlay22-23

On Thu, Dec 22, 2022 at 5:52 PM Windwoes @.***> wrote:

Is your workspace public anywhere?

— Reply to this email directly, view it on GitHub https://github.com/OpenFTC/EasyOpenCV/issues/59#issuecomment-1363416539, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAF3Y7Y62GMIZB22G2BYOSTWOTLRRANCNFSM6AAAAAATHF5GJI . You are receiving this because you authored the thread.Message ID: @.***>

Windwoes commented 1 year ago

Please update to AprilTag plugin v1.1.1. Previous versions incorrectly used api for their OpenCV dependency rather than compileOnly; this is causing two different versions of OpenCV-Repackaged to be pulled in.

alan412 commented 1 year ago

That fixed it. Thanks for the rapid response!!