Skip to content

Commit

Permalink
add new default autos for speed
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver-Cushman committed Oct 23, 2024
1 parent a79c35e commit d72945c
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions src/main/java/frc/robot/util/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -502,16 +502,15 @@ public static final class AutoConstants {
"S C5-3 3-5 S",
"S W3-1 S C2-5 S",
"S W3-1 S C2-3 S", // HOME AUTO
// "S W3-1 S C1-2 S",
"S W3-1 S C3-5 S",
"S W3-1 S C1-5 S",
"S W3-1 S",
"S C1-5 S Over W1 DEF",
"S W1 S C1-5 S", // UNTESTED
"S W2 S C3-5 S", // UNTESTED
"S W2 S C1-5 S", // UNTESTED
"X-MEN", // UNTESTED
"S W2 S C1-2 S W1 S C3-5 S" // UNTESTED
"S W2 S C1-2 S W1 S C3-5 S", // UNTESTED
"S C1-5 S Over W1 DEF",
"S W1 S C1-5 S DEF",
"S W3-1 S C1-5 S DEF"
};
}

Expand Down

0 comments on commit d72945c

Please sign in to comment.