-
Notifications
You must be signed in to change notification settings - Fork 0
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
transferred aruco marker position tracker from other repo #8
base: master
Are you sure you want to change the base?
Conversation
Also can you change the parent folder name (d435i-aruco) to just aruco? and add init.py. This is a pip-installable library so people would use this like from aruco import ArucoDetector |
Also, we use 50mm by 50mm tags on the bar so if you can test it on that size itll be good. We can attach the tag and test on the actual bar |
Oh my code right now is for 50mm by 50mm tags. I resized them in google docs to be that size and printed it out. |
Nice then that's good. |
aruco-module is the usable class that can be implemented to get xyz data of aruco markers. controller is my implementation of that class. other files are for testing the aruco position tracker or example png's for the aruco markers.