Skip to content

Commit f59814b

Browse files
committed
changed names
1 parent 747e70b commit f59814b

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

src/main/java/frc/robot/subsystems/AutoSwitch.java

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -73,19 +73,19 @@ public AutoSwitch(
7373
this.visionSubsystem = visionSubsystem;
7474
this.rgBlightsSubsystem = rgBlightsSubsystem;
7575

76-
sendableChooser.addOption("Cone Lvl 3, Cube Lvl 3, Auto Balance", 0x00);
77-
sendableChooser.setDefaultOption("Cone Lvl 3, Cube Lvl 3", 0x01);
78-
sendableChooser.setDefaultOption("Same as #1 but scores cone mid", 0x02);
79-
sendableChooser.setDefaultOption("Cone lvl 3, Cube lvl 3, Cube lvl 2", 0x03);
80-
sendableChooser.setDefaultOption("Cone lvl 3, cube lvl 3, balance", 0x10);
81-
sendableChooser.setDefaultOption("Middle to dock", 0x11);
82-
sendableChooser.setDefaultOption("Middle to dock with mobility", 0x12);
83-
sendableChooser.setDefaultOption("Cone Lvl 3, Cube Lvl 3", 0x20);
84-
sendableChooser.setDefaultOption("FALLBACK - Cone Lvl 3, cube lvl 2 and 3", 0x21);
85-
sendableChooser.setDefaultOption("Cone Lvl3, Cube Lvl3", 0x22);
86-
sendableChooser.setDefaultOption("Cone Lvl 3, cube lvl 2 and 3", 0x23);
87-
sendableChooser.setDefaultOption("Cone Lvl 1, Cube Lvl 3 and 2", 0x24);
88-
sendableChooser.setDefaultOption("Do nothing", 0x30);
76+
sendableChooser.addOption("00 Cone Lvl 3, Cube Lvl 3, Auto Balance", 0x00);
77+
sendableChooser.setDefaultOption("01 Cone Lvl 3, Cube Lvl 3", 0x01);
78+
sendableChooser.setDefaultOption("02 Same as #1 but scores cone mid", 0x02);
79+
sendableChooser.setDefaultOption("03 Cone lvl 3, Cube lvl 3, Cube lvl 2", 0x03);
80+
sendableChooser.setDefaultOption("10 Cone lvl 3, cube lvl 3, balance", 0x10);
81+
sendableChooser.setDefaultOption("11 Middle to dock", 0x11);
82+
sendableChooser.setDefaultOption("12 Middle to dock with mobility", 0x12);
83+
sendableChooser.setDefaultOption("20 Cone Lvl 3, Cube Lvl 3", 0x20);
84+
sendableChooser.setDefaultOption("21 FALLBACK - Cone Lvl 3, cube lvl 2 and 3", 0x21);
85+
sendableChooser.setDefaultOption("22 Cone Lvl3, Cube Lvl3", 0x22);
86+
sendableChooser.setDefaultOption("23 Cone Lvl 3, cube lvl 2 and 3", 0x23);
87+
sendableChooser.setDefaultOption("24 Cone Lvl 1, Cube Lvl 3 and 2", 0x24);
88+
sendableChooser.setDefaultOption("30 Do nothing", 0x30);
8989
SmartDashboard.putData("Auto Mode", sendableChooser);
9090

9191
defaultCommand =

0 commit comments

Comments
 (0)