X-Git-Url: http://challenge-bot.com/repos/?a=blobdiff_plain;ds=sidebyside;f=src%2Forg%2Fusfirst%2Ffrc%2Fteam3501%2Frobot%2FConstants.java;h=df2ed0b6b61b87bb749bbfb57c7703532c763fdf;hb=eab4ce91ee0047cbb42f89c79d9cb219467bdb41;hp=df64a8157f983c29d9c6d3d46e62047895906256;hpb=fd8da47f1e8de1b0a317e2421be1805a317b2b93;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 df64a815..df2ed0b6 100644 --- a/src/org/usfirst/frc/team3501/robot/Constants.java +++ b/src/org/usfirst/frc/team3501/robot/Constants.java @@ -86,11 +86,11 @@ public class Constants { // Winch speeds public final static double WINCH_STOP_SPEED = 0.0; - public final static double WINCH_IN_SPEED = 0; + public final static double SCALE_SPEED = 0; public final static double SECONDS_TO_CLAMP = 2.0; // Winch timeout - public final static int WINCH_TIMEOUT = 0; + public final static int SECONDS_TO_SCALE = 0; public static boolean SCALING = false;