X-Git-Url: http://challenge-bot.com/repos/?a=blobdiff_plain;f=src%2Forg%2Fusfirst%2Ffrc%2Fteam3501%2Frobot%2FRobot.java;h=154c5c715655b54e14261a88bc177271765d4211;hb=200caf634c87b7aec67dac297be8073a5acf54c8;hp=ea7910b607f05090ca31e46446fa6f0f33ee2654;hpb=a96fa9265d41f13d4df85b8b4d73ee4d287c630c;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 ea7910b6..154c5c71 100644 --- a/src/org/usfirst/frc/team3501/robot/Robot.java +++ b/src/org/usfirst/frc/team3501/robot/Robot.java @@ -18,6 +18,7 @@ public class Robot extends IterativeRobot { public static Shooter shooter; public static Scaler scaler; public static IntakeArm intakeArm; + public static DefenseArm defenseArm; // Sendable Choosers send a drop down menu to the Smart Dashboard. SendableChooser positionChooser;