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 From 1-16-26-Shooter-Intake-and-Indexer-Prototype.md