JHS-Viking-Robotics / FRC-2022

Code for the 2022 FRC season, now written in Java
Other
2 stars 2 forks source link

Use odometry to auto-align shooter with hub when firing #65

Open derickson2402 opened 2 years ago

derickson2402 commented 2 years ago

The odometry class used in the Drivetrain could potentially be used to rotate the robot to face the hub when firing balls.

Waiting to work on this issue until #39 is finished on feature/2022-simple-auton, since both issues use the same framework but auton is higher priority right now.