team401 / 2024-Robot-Code

Competition code for our 2024 robot
Other
6 stars 0 forks source link

Add auto shutoff to shooter arm if encoder unplugged #192

Open jkleiber opened 5 months ago

jkleiber commented 5 months ago

Purpose The purpose of this issue is to disable shooter arm if the encoder is detected to have failed.

Detection criteria: If the arm is commanded to move at above 2x the kS, and the measured velocity is less than some value for some persistence, switch to manual arm control.

Project Scope