Skip to content
This repository has been archived by the owner on Jan 19, 2025. It is now read-only.

Commit

Permalink
Tweak close auto
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinthegreat1 committed Mar 22, 2024
1 parent 3a92752 commit 0e3e80b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Autonomous.java
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ public void runOpMode() {
navigation.tagCam.detectIter(navigation.getGyroBearing());
TelemetryWrapper.setLine(10, "Waiting for detection...");
}
navigation.moveToPosDirect(new double[]{27.5, 34});
navigation.moveToPosDirect(new double[]{26.5, 34});
navigation.setBearing(270);
navigation.setBearing(0);
intakeWheel.setPower(-0.8);
Expand Down Expand Up @@ -233,7 +233,7 @@ public void runOpMode() {
navigation.tagCam.detectIter(navigation.getGyroBearing());
TelemetryWrapper.setLine(10, "Waiting for detection...");
}
navigation.moveToPosDirect(new double[]{27.5, -34});
navigation.moveToPosDirect(new double[]{26.5, -34});
navigation.setBearing(90);
navigation.setBearing(0);
intakeWheel.setPower(-0.8);
Expand Down

0 comments on commit 0e3e80b

Please sign in to comment.