DeepBlueRobotics / RobotCode2018

All of our code for FRC's 2018 game: FIRST Power Up.
5 stars 11 forks source link

Centralize the move and turn PID code, probaby in the associated commands #29

Closed brettle closed 6 years ago

brettle commented 6 years ago

The code associated with moving a particular distance or turning a particular amount is currently spread across several classes. It should be centralized, probably in the associated commands. For example, the moveController and turnController objects should be moved out of Drivetrain and into the commands.

brettle commented 6 years ago

Centralize the move and turn PID code, probaby in the associated commands