Team5830 / 2022-Rapid-React

Team 5830's robot code for FIRST Rapid React (2022)
MIT License
0 stars 0 forks source link

Climber subsystem #12

Closed asteele11 closed 2 years ago

asteele11 commented 2 years ago

For the climbing subsystem we are expecting there to be two extending arms. Each arm will be driven by a single SparkMax Neo motor similar to what was used in the flywheel. These will be controlled over CANbus and have built in encoders. The encoders can be used to determine how far the arms have extended. This is probably best done as a PID control, but this will be different from the flywheel since there the speed of the motor was being controlled, while for this we would just need to control the number of turns.