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

Modularize the trust regions for individual cameras #189

Open
2 tasks
jkleiber opened this issue Apr 15, 2024 · 0 comments
Open
2 tasks

Modularize the trust regions for individual cameras #189

jkleiber opened this issue Apr 15, 2024 · 0 comments
Assignees
Labels
feature New feature or request

Comments

@jkleiber
Copy link
Member

Purpose
We currently have a bespoke way of trusting or not trusting cameras that is based on the current robot and game. We should make this more modular and transferrable to future robots/games.

To that end, the current system is also brittle to cases where the untrusted cameras are actually reliable due to robot orientation. To generalize the implementation, we should determine based on robot heading and camera-measured position if the camera should be trusted. This can be done by computing if a tag is "in view" with some user-configurable viewing angle that is smaller than the camera FOV. If the tag(s) measured are not inside the trusted viewing window for a particular camera, we can reject the measurement outright. Otherwise it should be trusted just like any other measurement

Project Scope

  • Add calculation for if a tag is in view based on the robot orientation and measured location on the field
  • Reject tags that are not in view
@jkleiber jkleiber added the feature New feature or request label Apr 15, 2024
@jkleiber jkleiber added this to the Automate Everything milestone Apr 15, 2024
@minhnguyenbhs minhnguyenbhs self-assigned this Apr 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants