From d573d878ee1b6695d997adabe02bf2611caae4e5 Mon Sep 17 00:00:00 2001 From: Sodi Date: Tue, 27 Sep 2022 19:34:21 -0500 Subject: [PATCH] Added a Run-to position for the servos on the final robot. --- .../org/timecrafters/testing/states/PrototypeTeleOPState.java | 1 + 1 file changed, 1 insertion(+) diff --git a/TeamCode/src/main/java/org/timecrafters/testing/states/PrototypeTeleOPState.java b/TeamCode/src/main/java/org/timecrafters/testing/states/PrototypeTeleOPState.java index a7bea4f..b1f3bb4 100644 --- a/TeamCode/src/main/java/org/timecrafters/testing/states/PrototypeTeleOPState.java +++ b/TeamCode/src/main/java/org/timecrafters/testing/states/PrototypeTeleOPState.java @@ -222,5 +222,6 @@ public class PrototypeTeleOPState extends CyberarmState { robot.FrontRiserLeft.setPosition(0.5); } + } } \ No newline at end of file