X-Git-Url: http://challenge-bot.com/repos/?a=blobdiff_plain;f=src%2Forg%2Fusfirst%2Ffrc%2Fteam3501%2Frobot%2FRobot.java;h=89f5f0fbc3be384baa34e981a958f8229c0679e9;hb=88e66b4eb448932d0c7203e8b3807560df4f5703;hp=6b9a28e720eaee68932c6ab9dcb6046eb48d7702;hpb=e13d2293a5775dc03699d668bf9839f86b7f3f69;p=3501%2Fstronghold-2016 diff --git a/src/org/usfirst/frc/team3501/robot/Robot.java b/src/org/usfirst/frc/team3501/robot/Robot.java index 6b9a28e7..89f5f0fb 100644 --- a/src/org/usfirst/frc/team3501/robot/Robot.java +++ b/src/org/usfirst/frc/team3501/robot/Robot.java @@ -17,6 +17,7 @@ public class Robot extends IterativeRobot { PORTCULLIS, SALLY_PORT, ROUGH_TERRAIN, LOW_BAR, CHEVAL_DE_FRISE, DRAWBRIDGE, MOAT, ROCK_WALL }; + // Sendable Choosers send a drop down menu to the Smart Dashboard. SendableChooser positionOneDefense; SendableChooser positionTwoDefense; SendableChooser positionThreeDefense; @@ -53,6 +54,9 @@ public class Robot extends IterativeRobot { addDefense(positionFiveDefense); // send the Sendable Choosers to the Smart Dashboard + // Sendable Choosers allows the driver to select the position of the robot + // and the positions of the defenses from a drop-down menu on the Smart + // Dashboard SmartDashboard.putData("PositionChooser", positionChooser); SmartDashboard.putData("Position One Defense Chooser", positionOneDefense); SmartDashboard.putData("Position Two Defense Chooser", positionTwoDefense);