X-Git-Url: http://challenge-bot.com/repos/?a=blobdiff_plain;f=src%2Forg%2Fusfirst%2Ffrc%2Fteam3501%2Frobot%2Fsubsystems%2FDefenseArm.java;h=97098b18ce988919a98ba02143da7c8644a72256;hb=82581dd69f5cf4cd44e3e320ead0c1bc7d0adfe5;hp=bb2f6fb3eb6d3d02ef69631e1360e8c4d306aaf0;hpb=3ef2b397f6cc2cd38159cfd980720c9855d72c96;p=3501%2Fstronghold-2016 diff --git a/src/org/usfirst/frc/team3501/robot/subsystems/DefenseArm.java b/src/org/usfirst/frc/team3501/robot/subsystems/DefenseArm.java index bb2f6fb3..97098b18 100755 --- a/src/org/usfirst/frc/team3501/robot/subsystems/DefenseArm.java +++ b/src/org/usfirst/frc/team3501/robot/subsystems/DefenseArm.java @@ -1,3 +1,4 @@ + package org.usfirst.frc.team3501.robot.subsystems; import org.usfirst.frc.team3501.robot.Constants; @@ -14,8 +15,7 @@ public class DefenseArm extends Subsystem { private CANTalon defenseHand; private double hookHeight; private double footHeight; - private Double[] potAngles; // change name, 5 to another # - // array; + private Double[] potAngles; public DefenseArm() { defenseArmPotentiometer = new AnalogPotentiometer(