Skip to content

Commit 13ec045

Browse files
committed
Update at 'Fri Apr 18 10:08:49 EDT 2025'
1 parent 3a0766a commit 13ec045

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/frc/robot/RobotContainer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ private void configureBindings() {
244244
s_Shooter.shoot(),
245245
s_Shooter.slowShoot(),
246246
() -> s_Elevator.isAtL4()
247-
)).onFalse(Commands.parallel(Commands.sequence(new WaitCommand(5), driveWithJoystick()), s_Shooter.stop()));
247+
)).onFalse(Commands.parallel(Commands.sequence(new WaitCommand(1.5), driveWithJoystick()), s_Shooter.stop()));
248248

249249

250250
// joystick.y().whileTrue(s_Shooter.slowShoot()).onFalse(s_Shooter.stop());

0 commit comments

Comments
 (0)