Skip to content
This repository has been archived by the owner on Aug 20, 2024. It is now read-only.

Commit

Permalink
Changed line from setIntakeMode to setShootingMode
Browse files Browse the repository at this point in the history
  • Loading branch information
Aidan committed Aug 10, 2024
1 parent 576ae27 commit 29ba8b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/frc/robot/Robot.java
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ public void robotPeriodic() {
Commands.waitSeconds(1);
queuer.setShootingMode(true);
Commands.waitSeconds(0.5);
queuer.setIntakeMode(false);
shooter.setIntakeMode(false);
//queuer.setShootingMode(false);
//shooter.setShootingMode(false);
}
else{
queuer.setShootingMode(false);
Expand Down

0 comments on commit 29ba8b8

Please sign in to comment.