Arctos6135 / frc-2024

Other
1 stars 1 forks source link

Create Intake subsystem #12

Closed n-arms closed 9 months ago

n-arms commented 9 months ago

Create an Intake subsystem for our robot's intake! Just like the Drivetrain subsystem, most of the low level logic should be handled by IntakeIO: currently the only necessary fields should be an IntakeIO and the IntakeIO Inputs. The subsystem should have methods to get the position (which is stored in the Inputs field), and set the voltage (through the IntakeIO field).

Make sure you override periodic similarly to the way its done in Drivetrain to properly log appropriate data!