Arctos6135 / frc-2024

Other
1 stars 1 forks source link

Add Shooter subsystem #25

Closed n-arms closed 7 months ago

n-arms commented 7 months ago

Create a Shooter subsystem for our robot's shooter (the wheels on the arm). Just like the Intake subsystem, most of the low level logic should be handled by ShooterIO: currently the only necessary fields should be an ShooterIO and the ShooterInputs. The subsystem should have a method to get the velocity of the left and right sides and a method to set the voltages of the left and right sides.