Skip to content

Commit

Permalink
drop 5 second delay
Browse files Browse the repository at this point in the history
  • Loading branch information
penguinencounter committed Nov 17, 2024
1 parent 982a2d4 commit 3778c79
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ private void PickUpSpecimen(Hardware hardware) {
hardware.twist.setPosition(0.17);
sleep(500);
hardware.claw.setPosition(0.02); // TBD
sleep(5000);
// sleep(5000);
armTargetPosDeg = 87.58;
}
}

0 comments on commit 3778c79

Please sign in to comment.