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

Commit

Permalink
fix: change cube timing
Browse files Browse the repository at this point in the history
  • Loading branch information
rutmanz committed Oct 27, 2023
1 parent ba7e152 commit 9a10bbd
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ public AutoCube(Drivetrain drivetrain, Arm arm, GridScoreData positions, Wheeled
new WaitUntilCommand(() -> controller.getLeftTriggerAxis() > 0.95).unless(() -> controller == null),
Commands.deadline(
Commands.sequence(
new WaitCommand(0.1),
new WaitCommand(0.3),
new SetArmPosition(arm, AutoHybrid.catchNull(positions.retreat)).unless(() -> positions.retreat == null),
new ResetArmPositionCommand(arm, false),
new ResetArmPositionCommand(arm, true)
),
new GrabberOuttakeCommand(intake)
new GrabberOuttakeCommand(intake,0.3)

)
),
Expand Down

0 comments on commit 9a10bbd

Please sign in to comment.