This commit is contained in:
ImposterVarunoverlord 2024-03-21 17:13:43 -05:00
parent aba3c58fd4
commit 96bc144253
1 changed files with 1 additions and 1 deletions

View File

@ -198,7 +198,7 @@ public class RedTeleop extends OpMode {
// } else { // } else {
// robot.arm.setDoor(CLOSE); // robot.arm.setDoor(CLOSE);
// } // }
//Elbowpos //Elbowpo
if (controller2.getDRight().isJustPressed()){ if (controller2.getDRight().isJustPressed()){
robot.arm.setElbowPos(4); robot.arm.setElbowPos(4);
} else if (controller2.getDLeft().isJustPressed()) { } else if (controller2.getDLeft().isJustPressed()) {