gladiatorsprogramming1591 / Thunderclap

Robot Code for the Greece Gladiators FRC Team 1591 2020-21
https://www.gladiatorsrobotics.org/
1 stars 2 forks source link

Compensate for left drift in manual mode #25

Open dltompki opened 3 years ago

dltompki commented 3 years ago

Proposed Functionality

Find a way to keep the robot going straight when a driver isn't actually trying to make it turn.

Suggested Implementation

Try to detect when the driver is not trying to turn and the modify the zRotation parameter to drive() to make the robot turn to the right a little bit.

Resources