Arctos6135 / frc-2024

Other
1 stars 1 forks source link

Add Intake to RobotContainer #22

Closed n-arms closed 7 months ago

n-arms commented 7 months ago

Add the Intake subsystem to RobotContainer. Add a field for the subsystem, and call the constructor just like how we construct Drivetrain (we don't have an IntakeIOSim yet, so just use IntakeIO in simulation mode).

Bind the IntakePiece command to a reasonable button of the operator controller.