Skip to content

Commit

Permalink
disclaim responsibility
Browse files Browse the repository at this point in the history
  • Loading branch information
penguinencounter committed Dec 20, 2024
1 parent 19ff1d5 commit 82fc5ed
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -525,6 +525,8 @@ private void score() {
abandonLock(Locks.ArmAssembly);
abandonLock(Locks.DriveMotors);


// if something else takes the locks between these it's the driver's fault smh
scheduler.add(
groupOf(it -> it.add(run(() -> hardware.claw.setPosition(clawclose)))
.then(liftProxy.moveTo(710, 5, 1.0))
Expand Down

0 comments on commit 82fc5ed

Please sign in to comment.