FRC2706 / 2024-2706-Robot-Code

Code for the 2024 game.
Other
3 stars 0 forks source link

Implement manual encoder syncing but maintain automatic syncing for auto only #97

Closed ErikCald closed 3 months ago

ErikCald commented 3 months ago

Disabled the automatic syncing code from running all the time. It is moved into the disabledPeriodic() in Robot.java. That way, the encoder syncing code that has given us really good autos is still the same for auto. I am worried that removing the automatic encoder syncing entirely would break our amazing auto routines.

Attached manually syncing onto the start button of the driver joystick.