Skip to content

Commit

Permalink
tune down position
Browse files Browse the repository at this point in the history
  • Loading branch information
penguinencounter committed Feb 19, 2024
1 parent 00d07c0 commit 8d41bee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TeamCode/src/main/java/org/firstinspires/ftc/teamcode/Var.kt
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,11 @@ object Var {
@JvmField
val positions = doubleArrayOf(
0.60,
// 0.4944,
0.4744,
// 0.4538,
// 0.3999,
// 0.3760,
0.2892
0.3580
)
@JvmField
val up = positions[0]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ public void runOpMode() {
return kvoid;
});
scheduler.runToCompletion(this::opModeInInit);
scheduler.filteredStop(task -> true, true, true);

waitForStart();
AtomicInteger targetLeft = new AtomicInteger();
Expand Down

0 comments on commit 8d41bee

Please sign in to comment.