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

Implement Basic ArUco Vision Detection System #67 #140

Merged
merged 67 commits into from
Oct 20, 2023
Merged

Conversation

ClayJay3
Copy link
Collaborator

  • Adds arucotag namespace for image preprocessing, detection, overlay, and pose estimation.
  • Adds tensorflowtag namespace for YOLOv8 detection of tag objects. (Only basic structure for now, will be implemented in Implement Advanced ArUco Vision Detection System #69)
  • Adds TagDetector class for mutithreaded, modular tag detection. Easily create new detectors for each camera with this class.
  • Adds appropriate handlers for creating tag detectors for cameras.

Closes #67

@ClayJay3 ClayJay3 added the 3-Star Indicates a moderate level of difficulty, requiring a good understanding of the topic or task. label Oct 19, 2023
@ClayJay3 ClayJay3 added this to the URC 2024 - Sprint 1 milestone Oct 19, 2023
@ClayJay3 ClayJay3 self-assigned this Oct 19, 2023
@ClayJay3 ClayJay3 requested a review from a team as a code owner October 19, 2023 04:02
Copy link
Member

@Byrdman32 Byrdman32 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overall looks good. A few minor things to change.

@ClayJay3 ClayJay3 requested a review from Byrdman32 October 20, 2023 03:01
@Byrdman32 Byrdman32 merged commit 7e98d37 into development Oct 20, 2023
@Byrdman32 Byrdman32 deleted the topic/#67 branch October 20, 2023 03:36
MRDT-Software pushed a commit that referenced this pull request May 14, 2024
 Implement Basic ArUco Vision Detection System #67
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3-Star Indicates a moderate level of difficulty, requiring a good understanding of the topic or task.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement Basic ArUco Vision Detection System
5 participants