Skip to content

Commit

Permalink
add auto to autoSelection
Browse files Browse the repository at this point in the history
  • Loading branch information
fcuellar13 committed Jun 17, 2024
1 parent 525e012 commit ffaabf5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/java/frc/robot/autos/AutoSelection.java
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ public enum AutoSelection {
/// SIX_PIECE_2_5_DYN("Red 6 Piece 2,1,3-5", "Blue 6 Piece 2,1,3-5"),
/// SIX_PIECE_2_6_DYN("Red 6 Piece 2,1,3,5,6", "Blue 6 Piece 2,1,3,5,6"),
/// BACKUP_SIX_PIECE_2_5("Backup Red 6 Piece", "Backup Blue 6 Piece"),
CHOREO_SIX_PIECE_("Red Six Piece 2 to 4.1", ""),
CHOREO_SIX_PIECE("Red Six Piece 2 to 4.1", ""),
CHOREO_AS_5_NT("Red AS to 6 + NT", ""),
CHOREO_OP("Red OP", "");

public final String redAutoName;
Expand Down

0 comments on commit ffaabf5

Please sign in to comment.