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

Finish update of Tag Detection #118

Open
Byrdman32 opened this issue Aug 11, 2022 · 0 comments
Open

Finish update of Tag Detection #118

Byrdman32 opened this issue Aug 11, 2022 · 0 comments
Assignees
Labels
2-Star Medium Difficulty enhancement A change that will make Autonomy better

Comments

@Byrdman32
Copy link
Member

Byrdman32 commented Aug 11, 2022

Near the end of the 2022 season we decided that it would prove useful to know how many times a tag was detected during the leg. In the process of implementing this verification step to tag detection issue #115 was formed. Ideally this issue would also solve and end up closing issue #115.

The implementation of this update to tag detection should include a minimum of:

  • Tag Class which holds:
    • ArUco Tag ID
    • Lat and Lon calculated from rover position and ZED depth perception
    • Center Point
    • Number of times detected in leg
    • Distance and Angle of the Tag

The goal of this is to prevent the rover from getting confused if it sees a tag where there isn't one. The rover shouldn't enter approaching marker/gate unless the tag has been detected at least 5 times.

Byrdman32 added a commit that referenced this issue Aug 22, 2022
Byrdman32 added a commit that referenced this issue Aug 22, 2022
@Byrdman32 Byrdman32 added the enhancement A change that will make Autonomy better label Aug 23, 2022
@Byrdman32 Byrdman32 added this to the 2023 Autonomy milestone Aug 23, 2022
@Byrdman32 Byrdman32 linked a pull request Aug 23, 2022 that will close this issue
@Byrdman32 Byrdman32 added the 2-Star Medium Difficulty label Sep 13, 2022
@Byrdman32 Byrdman32 removed this from the 2023 Autonomy milestone Jul 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2-Star Medium Difficulty enhancement A change that will make Autonomy better
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants