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

Add classifications of detected obstacle type #15

Open
gerth2 opened this issue Oct 2, 2024 · 0 comments
Open

Add classifications of detected obstacle type #15

gerth2 opened this issue Oct 2, 2024 · 0 comments
Milestone

Comments

@gerth2
Copy link
Contributor

gerth2 commented Oct 2, 2024

The dynamic pathplanner allows us to set different size/strength/shapes of obstacles to change specifically how the path is planned around the obstacle.

Right now we just make one kind of obstacle for anything detected.

We need to expand the obstacle detector camera wrapper to categorize obstacles differently based on what the camera says.

Potential use case: Avoid same-alliance robots more than opposite-alliance robots. Or vice-versa, if we trust our partners to get out of the way faster.

Part of this may also require photonvision to have two pipelines on the same camera (one that detects red blobs, one that detects blue). Alternatively, use the ML detected object category idx to differentiate red/blue

@gerth2 gerth2 added this to the Auto Drive milestone Oct 2, 2024
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

No branches or pull requests

1 participant