firebears-frc / FB2023

Other
2 stars 1 forks source link

Profiled arm control loops #33

Open TylerSeiford opened 11 months ago

TylerSeiford commented 11 months ago

To help improve the control-ability of the arm, we could transition from using a position PID loop on the spark max to using the ProfiledPIDController available in WPILib. This would allow us to set maximum velocity and acceleration to make movement smoother while increasing the P/I/D constants to have faster response and better position holding.