Skip to content

Commit

Permalink
fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
kirbt committed Mar 22, 2024
1 parent 1e98f5c commit 9d104ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/frc/team2412/robot/util/auto/AutoLogic.java
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@ public static enum StartPosition {
List.of(
// presets
// vision
new AutoPath("Centerline N1 Autoline N1 N2 N3", "VisionAmpSideAutoline5Score"),
new AutoPath("Autoline N1 Centerline N1 N2 Autoline N2", "VisionAmpSide5Score"));
new AutoPath("Centerline N1 Autoline N1 N2 N3", "VisionAmpSideAutoline5Score", true),
new AutoPath("Autoline N1 Centerline N1 N2 Autoline N2", "VisionAmpSide5Score", true));

private static List<AutoPath> fivePiecePaths;

Expand Down

0 comments on commit 9d104ce

Please sign in to comment.