Skip to content

Commit

Permalink
Merge branch 'fix-rumble-temp'
Browse files Browse the repository at this point in the history
  • Loading branch information
bhsrobotics6615 committed Apr 17, 2024
2 parents cb10b44 + 7db2a15 commit 4c85a32
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public Command intakeFromFloorThenReset() {
.alongWith(
Commands.runOnce(() -> State.getInstance().setComingUpWithNote(true))
.andThen(Commands.waitSeconds(OperatorConstants.RUMBLE_TIME_SECONDS))
.andThen(Commands.runOnce(() -> State.getInstance().setComingUpWithNote(false)))
.finallyDo(() -> State.getInstance().setComingUpWithNote(false))
)
);
}
Expand Down

0 comments on commit 4c85a32

Please sign in to comment.