X-Git-Url: http://challenge-bot.com/repos/?a=blobdiff_plain;f=src%2Forg%2Fusfirst%2Ffrc%2Fteam3501%2Frobot%2FConstants.java;h=89b4976fd4c5d8f231989d273eb61f218ca02f3a;hb=962638a957736f500cedc66b8dfc84dc81ac7f80;hp=c11c758e9836db71a2c002dd9d8c97e093cb2b00;hpb=90784ff27e4537d327bbf9f04ff76eec0434bf42;p=3501%2Fstronghold-2016 diff --git a/src/org/usfirst/frc/team3501/robot/Constants.java b/src/org/usfirst/frc/team3501/robot/Constants.java index c11c758e..89b4976f 100644 --- a/src/org/usfirst/frc/team3501/robot/Constants.java +++ b/src/org/usfirst/frc/team3501/robot/Constants.java @@ -80,10 +80,6 @@ public class Constants { public final static double[] armPotValue = { 0.0, 45.0, 90.0 }; // 3 level } - public static enum Direction { - LEFT, RIGHT, DOWN, UP, FORWARD, BACKWARD; - } - public enum Defense { PORTCULLIS, SALLY_PORT, ROUGH_TERRAIN, LOW_BAR, CHEVAL_DE_FRISE, DRAWBRIDGE, MOAT, ROCK_WALL, RAMPART; }