Added a Run-to position for the servos on the final robot.

This commit is contained in:
Sodi
2022-09-27 19:34:21 -05:00
parent d27affaa52
commit d573d878ee

View File

@@ -222,5 +222,6 @@ public class PrototypeTeleOPState extends CyberarmState {
robot.FrontRiserLeft.setPosition(0.5); robot.FrontRiserLeft.setPosition(0.5);
} }
} }
} }