hpe-code-Review

add TODO's and changed 1 button on smart dash.
This commit is contained in:
lukesta182
2018-11-16 10:45:17 -08:00
parent 02285e5af3
commit 4d290a7142
4 changed files with 5 additions and 8 deletions
-1
View File
@@ -140,7 +140,6 @@ public class Robot extends IterativeRobot
LRautonTaskChooser = new SendableChooser<Command>();
LRautonTaskChooser.addDefault("Choose LR Program", new CrossTheBaseLine());
LRautonTaskChooser.addObject("Left to Left Switch", new LeftSwitchAuton());
LRautonTaskChooser.addObject("Right to 2 Cube Scale", new Cube2Right());