Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/intake_slides_code' into intake_…
Browse files Browse the repository at this point in the history
…slides_code
  • Loading branch information
ShreyasT-1 committed Nov 9, 2024
2 parents ae34767 + 5783783 commit 37c1973
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ public void loop(){

robot.controlHub.resetGyro();
}
robot.arm.manualPositionChange(-MANUAL_CHANGE);
}

if (gamepad1.right_trigger > TRIGGER_THRESHOLD) {
robot.claw.close();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import com.qualcomm.robotcore.hardware.HardwareMap;

import org.firstinspires.ftc.teamcode.ftc16072.Mechanisms.Arm;
import org.firstinspires.ftc.teamcode.ftc16072.Mechanisms.Claw;
import org.firstinspires.ftc.teamcode.ftc16072.Mechanisms.ControlHub;
import org.firstinspires.ftc.teamcode.ftc16072.Mechanisms.IntakeSlides;
Expand Down

0 comments on commit 37c1973

Please sign in to comment.