From: Kevin Zhang Date: Sun, 21 Feb 2016 22:52:22 +0000 (-0800) Subject: fix syntax errors X-Git-Url: http://challenge-bot.com/repos/?a=commitdiff_plain;h=refs%2Fheads%2Fcindy%2FshooterTesting;p=3501%2Fstronghold-2016 fix syntax errors --- diff --git a/src/org/usfirst/frc/team3501/robot/Constants.java b/src/org/usfirst/frc/team3501/robot/Constants.java index 7dafe0bf..89030252 100644 --- a/src/org/usfirst/frc/team3501/robot/Constants.java +++ b/src/org/usfirst/frc/team3501/robot/Constants.java @@ -251,6 +251,7 @@ public class Constants { public static final double PASS_ROUGH_TERRAIN_TIME = 0; public static final double PASS_ROUGH_TERRAIN_SPEED = 0; public static final double PASS_ROUGH_TERRAIN_DIST = 0; + public static final double DEFAULT_SPEED = 0.3; } public enum Direction {