Arctos6135 / frc-2023

Robot code for the 2023 FRC season Charged Up.
Other
6 stars 1 forks source link

Get arm rotation PID working #7

Closed n-arms closed 11 months ago

n-arms commented 11 months ago

Write code to rotate the arm to a specific angle. The arm subsystem should operate in two modes, PID driven to an angle (should be used all the time), and raw input driven by motor speed (if PID/the encoder breaks for whatever reason).

Raw input mode

n-arms commented 11 months ago

In the room today we tested most of this branch: we desketchified soft stops + encoder readings. We still have to test PID code to tune the appropriate constants.

n-arms commented 11 months ago

completely working!