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
{{ message }}
This repository has been archived by the owner on Jul 17, 2023. It is now read-only.
Hi @firelw , I met the same problem. The same code can detect tag in one computer but detects nothing in another. I fixed the issue by change the compile option in apriltag_mit/CMakeLists.txt:
change the code from:
set(CMAKE_CXX_FLAGS "-std=c++11 -Ofast")
to
set(CMAKE_CXX_FLAGS "-std=c++11")
I hope this can be helpful to your issue.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
this image can‘t be detected.
Please advice, thanks.
The text was updated successfully, but these errors were encountered: