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

transferred aruco marker position tracker from other repo #8

Open
wants to merge 23 commits into
base: master
Choose a base branch
from

Conversation

alvister88
Copy link
Collaborator

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.

d435i-aruco/aruco_marker_0.png Outdated Show resolved Hide resolved
d435i-aruco/aruco_depth-test.py Outdated Show resolved Hide resolved
d435i-aruco/aruco_pose-tracker.py Outdated Show resolved Hide resolved
d435i-aruco/generate_aruco.py Outdated Show resolved Hide resolved
d435i-aruco/controller.py Outdated Show resolved Hide resolved
d435i-aruco/aruco_module.py Outdated Show resolved Hide resolved
d435i-aruco/aruco_module.py Outdated Show resolved Hide resolved
d435i-aruco/aruco_module.py Outdated Show resolved Hide resolved
d435i-aruco/aruco_module.py Outdated Show resolved Hide resolved
d435i-aruco/aruco_module.py Outdated Show resolved Hide resolved
@Suke0811
Copy link
Owner

Suke0811 commented Dec 5, 2023

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

@Suke0811
Copy link
Owner

Suke0811 commented Dec 5, 2023

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

@alvister88
Copy link
Collaborator Author

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.

@Suke0811
Copy link
Owner

Suke0811 commented Dec 5, 2023

Oh my code right now is for 50mm by 50mm tags.

Nice then that's good.
You can output it as 50mm by 50mm in the first place or use the online generator I linked. it let you set the size and prints out in that size.

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 this pull request may close these issues.

2 participants