Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Only recognizes h11 tags #7

Open
bcfjohns opened this issue Jun 21, 2016 · 1 comment · Fixed by #8
Open

Only recognizes h11 tags #7

bcfjohns opened this issue Jun 21, 2016 · 1 comment · Fixed by #8

Comments

@bcfjohns
Copy link

bcfjohns commented Jun 21, 2016

I think based on the code, the current release only recognizes 36h11 tags, and it definitely would not recognize 16h5 tags. I'm using Ros indigo. Release 0.1.1 of apriltags_ros

@uwleahcim
Copy link

uwleahcim commented Jul 14, 2016

In apriltag_detector.cpp search for 36h11 and change it to whatever family you want.

Edit: looks like they added an option for tag family parameter. If you want to detect multiple families, you have to modify the detector.cc and detector.h to be initialized with multiple families. Also you'll need to modified "Step 8" in detector.cc to perform decoding for each family.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants