Skip to content

Commit

Permalink
Update NoTurnTeleop.java
Browse files Browse the repository at this point in the history
  • Loading branch information
ShreyasT-1 authored Nov 9, 2024
1 parent 5fbdeb1 commit 2df1547
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ public void init(){
isPlacing = false;
super.init();
intake_slides_code
robot.arm.telemetry = telemetry;
robot.intakeSlides.telemetry = telemetry;
robot.scoreArm.telemetry = telemetry;
}
Expand All @@ -41,11 +40,7 @@ public void loop(){
robot.claw.wristStart();
}else if (gamepad1.dpad_left) {
robot.claw.wristEnd();
}else if (gamepad1.dpad_up){
intake_slides_code
robot.arm.manualPositionChange(MANUAL_CHANGE);
}else if (gamepad1.dpad_down){{

}else if (gamepad1.dpad_down){
robot.scoreArm.manualPositionChange(MANUAL_CHANGE);
}else if (gamepad1.dpad_down){
robot.scoreArm.manualPositionChange(-MANUAL_CHANGE);
Expand Down

0 comments on commit 2df1547

Please sign in to comment.