Skip to content

Commit

Permalink
shooter won't say its good if we are just idle reving
Browse files Browse the repository at this point in the history
  • Loading branch information
rflood07 authored and Chris Ward committed Apr 2, 2024
1 parent 377432e commit 4320672
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/frc/robot/commands/IndexCommand.java
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ public void execute() {
runsEmpty = 0;
intake.intakeOff();
if(revUpSupplier.getAsBoolean()||stageAngleSup.getAsBoolean()||subwooferAngleSup.getAsBoolean()||OverStagePassSup.getAsBoolean()) {
idleReving = false;
if(OverStagePassSup.getAsBoolean()) {
shooter.shootRPS(ShooterConstants.PASS_RPS);
idleReving = false;
Expand Down

0 comments on commit 4320672

Please sign in to comment.