Skip to content

Commit

Permalink
Adjust timing of final shot
Browse files Browse the repository at this point in the history
Now 15.3 instead of 15.4
  • Loading branch information
jwbonner committed Apr 17, 2024
1 parent 4ef1341 commit a87ad0f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@ public Command davisSpeedyAuto() {
.withTimeout(grabEjected.getDuration() - 0.5),

// Score ejected note
Commands.waitSeconds(0.65)
Commands.waitSeconds(0.55)
.andThen(feed(rollers))
.deadlineWith(
aim(drive),
Expand Down

0 comments on commit a87ad0f

Please sign in to comment.