Skip to content

Commit 0d6fa61

Browse files
remove "uneccesary" autos
1 parent 3735e3e commit 0d6fa61

File tree

1 file changed

+3
-19
lines changed

1 file changed

+3
-19
lines changed

src/main/java/org/carlmontrobotics/RobotContainer.java

Lines changed: 3 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -91,26 +91,10 @@ public class RobotContainer {
9191

9292
private boolean hasSetupAutos = false;
9393
private final String[] autoNames = new String[] {
94-
/* These are assumed to be equal to the AUTO ames in pathplanner */
95-
"Left-Straight", "Center-Straight", "Right-Straight", "Middle-Ram",
96-
97-
"Left-Auto Ruiner", "Center-Auto Ruiner", "Right-Auto Ruiner",
98-
99-
"Preloaded Left Shooting", "Preloaded Right Shooting",
100-
101-
"Left Shoot", "Center Shoot", "Right Shoot",
102-
103-
"Left-Shoot For Left Subwoofer", "Right-Shoot For Right Subwoofer",
104-
105-
"Test 4 piece", "Left Auton 4 piece total",
106-
"Preloaded Center Auton 4 piece total",
107-
"Preloaded Left Auton 3 piece total",
108-
"Preloaded Center Auton 3 piece total",
109-
"Preloaded Right Auton 3 piece total",
110-
// "Preloaded Left-Pickup Subwoofer",
111-
// "Preloaded Right-Pickup Subwoofer",
94+
/* These are assumed to be equal to the AUTO ames in pathplanner */
95+
"Left-Auto Ruiner", "Center-Auto Ruiner", "Right-Auto Ruiner",
11296
"Right Limelight 4 Piece", "Left Limelight 4 Piece",
113-
"Center Limelight 4 Piece", "Center Limelight 4 Piece Path Following",
97+
"Center Limelight 4 Piece",
11498

11599
"Left-Amp",
116100

0 commit comments

Comments
 (0)