JHS-Viking-Robotics / FRC-2022

Code for the 2022 FRC season, now written in Java
Other
2 stars 2 forks source link

Hopper lift calibration sequence #27

Closed derickson2402 closed 2 years ago

derickson2402 commented 3 years ago

The Hopper lift during the 2020 season relied on PWM output from a CTRE Mag encoder. This setup worked wonderfully as long as

Ideally, we should add some physical limit switches to the lift, but a useful software workaround is a calibration sequence which automatically runs on boot and can be triggered manually. This process would involve:

derickson2402 commented 2 years ago

Closing this with the start of 2022 season