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

Commit

Permalink
outtake piece for longer in auto (just a touch)
Browse files Browse the repository at this point in the history
  • Loading branch information
PatribotsProgramming committed Nov 6, 2023
1 parent 85de91b commit 0583ef9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/auto/AutoSegmentedWaypoints.java
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ else if (SwerveTrajectory.trajectoryStatus.equals("done")) {
}

// 0.2 seconds since the claw has moved (and if there are more waypoints)
if (((Timer.getFPGATimestamp() - autoDelay > 0.15 && clawHasStarted) || currentWaypointNumber == 0) || (clawSpeed == PlacementConstants.CLAW_STOPPED_SPEED)) {
if (((Timer.getFPGATimestamp() - autoDelay > 0.3 && clawHasStarted) || currentWaypointNumber == 0) || (clawSpeed == PlacementConstants.CLAW_STOPPED_SPEED)) {
stateHasFinished = true;
}
}
Expand Down

0 comments on commit 0583ef9

Please sign in to comment.