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 Mar 6, 2024. It is now read-only.
apriltags has it's own package so you can just pip install it, you'll also need cv2 as that's the only way to grey-scale it which is required.
IMPORTANT THING TO NOTE: if we have multiple AprilTags being shown on the camera atonce we need to pass it through filters via the command apriltag.Detectoroptions() and set the tagFamily to whatever it is on the frc tags.
I'll make a new branch and put some code on there based on the sort of working system that takes in an image and spits out the info about the tag.
The text was updated successfully, but these errors were encountered:
so I looked it up and it's pretty simple.
apriltags has it's own package so you can just pip install it, you'll also need cv2 as that's the only way to grey-scale it which is required.
IMPORTANT THING TO NOTE: if we have multiple AprilTags being shown on the camera atonce we need to pass it through filters via the command
apriltag.Detectoroptions()
and set the tagFamily to whatever it is on the frc tags.I'll make a new branch and put some code on there based on the sort of working system that takes in an image and spits out the info about the tag.
The text was updated successfully, but these errors were encountered: