mirror of
https://github.com/TimeCrafters/FTC_2022
synced 2025-12-15 15:32:35 +00:00
Added a Run-to position for the servos on the final robot.
This commit is contained in:
@@ -40,6 +40,8 @@ public class PrototypeTeleOPState extends CyberarmState {
|
||||
robot.collectorWrist.setPosition(1);
|
||||
robot.RackRiserLeft.setPosition(0.5);
|
||||
robot.RackRiserRight.setPosition(0.5);
|
||||
robot.FrontRiserLeft.setPosition(0.5);
|
||||
robot.FrontRiserRight.setPosition(0.5);
|
||||
|
||||
}
|
||||
|
||||
@@ -222,6 +224,5 @@ public class PrototypeTeleOPState extends CyberarmState {
|
||||
robot.FrontRiserLeft.setPosition(0.5);
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user