frc5687 / frc5687/2018-switchbot
Use jeVois cube tracking to intake nearest cube
- Dominant language
- Java
- Stars
- 0
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
Like task #18 the goal here is to alter the robot's motion based on feedback from the vision processor.
In this case, we want a whole new auto-routine that will run the intake and drive forward, steering towards the nearest cube until it is captured.
The JeVois can be configured to detect a cube and send back its offst angle, which we can then feed into an AutoDrive-like PID-based routine.
JeVois info can be found [here](http://jevois.org/doc/), but be sure to watch team 254's presentation on vision processing [here](https://www.team254.com/documents/vision-control/) first!
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.