Shooter, Intake, and Indexer prototype¶
Daniel and Avika
Procedure for Creating a Shooter, Intake, and Indexer Subsystem¶
Create a new branch named Prototype
Create four new classes under subsystems
Name the classes CounterRoller, IndexerPrototype, IntakePrototype, ShooterPrototype
Add the frc package and imports
Each class extends TemplateSubsystem
We added flywheel constants and the configurations for them
We added logging
We added our new configured classes to RobotContainer
added the new classes in subsystems
added the parrallel commands under driver binding using run and runOnce