Skip to content

Commit

Permalink
oopsies
Browse files Browse the repository at this point in the history
  • Loading branch information
penguin212 committed Feb 20, 2024
1 parent 6d0cd36 commit 488b15a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public ShootModeSequence(
),
new ParallelDeadlineGroup(new ShooterFeedLoadCommand(shooterFeederSubsystem),
new IntakeRollerFeedCommand(intakeRollerSubsystem),
new InstantCommand(() -> ledSubsystem.setNoteMode(NotePosition.TRANFER_TO_SHOOTER))),
new InstantCommand(() -> ledSubsystem.setNoteMode(NotePosition.TRANSFER_TO_SHOOTER))),
new InstantCommand(() -> ledSubsystem.setNoteMode(NotePosition.SHOOTER_HOLDING)),
new ShooterPivotSetAngleCommand(shooterPivotSubsystem, Units.degreesToRadians(20)), //STUB FOR AUTOAIM
new InstantCommand(() -> ledSubsystem.setNoteMode(NotePosition.SHOOTER_READY_TO_SHOOT))
Expand Down

0 comments on commit 488b15a

Please sign in to comment.