X-Git-Url: http://challenge-bot.com/repos/?a=blobdiff_plain;f=src%2Forg%2Fusfirst%2Ffrc%2Fteam3501%2Frobot%2FConstants.java;fp=src%2Forg%2Fusfirst%2Ffrc%2Fteam3501%2Frobot%2FConstants.java;h=4ec4afe2f393fa0aa8c0dc8b46b109d2eeb16c33;hb=55edffac9b787f1b0387b2991c7233d59c615f9a;hp=2a11d35971ea8f7d5315e35058409ee7194e5bd9;hpb=46100702c3905b43546fd8e00931719c0127c827;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 2a11d359..4ec4afe2 100644 --- a/src/org/usfirst/frc/team3501/robot/Constants.java +++ b/src/org/usfirst/frc/team3501/robot/Constants.java @@ -134,6 +134,15 @@ public class Constants { } public static class DefenseArm { + public static final int ARM_PORT = 0; // to be determined in future + public static final int POT_CHANNEL = 0; + public static final double MOVE_ARM_SPEED = 0.5; + public final static double FULL_RANGE = 270.0; // in degrees + public final static double OFFSET = -135.0; // in degrees + public static final double ZERO_ANGLE = 0; + } + + public static class DoubleJointedDefenseArm { // Potentiometer related ports public static final int ARM_CHANNEL = 0; public static final int ARM_PORT = 0;