Skip to content
This repository has been archived by the owner on Jul 17, 2023. It is now read-only.

can not detect tags #13

Open
firelw opened this issue Apr 15, 2019 · 1 comment
Open

can not detect tags #13

firelw opened this issue Apr 15, 2019 · 1 comment

Comments

@firelw
Copy link

firelw commented Apr 15, 2019

025_A

this image can‘t be detected.
Please advice, thanks.

@XiaoxingChen
Copy link

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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants