FRCteam3952 / FRC2023

2022 - 2023 Season Robot Code
Other
11 stars 16 forks source link

Implement PID Controller for autoRotate() #21

Closed maxchen132 closed 1 year ago

maxchen132 commented 1 year ago

Use PID to rotate the claw more reliably in the autoRotate() function in ClawRotationSubsystem.java.

https://docs.wpilib.org/en/stable/docs/software/advanced-controls/controllers/pidcontroller.html

Here is documentation on PID and the PIDController class in WPILIB, which is the most easiest way of implementing this.

maxchen132 commented 1 year ago

Closed because things got confusing