add TODOs for testing and delete auto generated comments
[3501/stronghold-2016] / src / org / usfirst / frc / team3501 / robot / Constants.java
index fe96c4b94a44d6344a00f1766666338832527689..570b44cfff4b1c4e78951235e9a44ac25f3ff41c 100644 (file)
@@ -114,7 +114,7 @@ public class Constants {
     public static final double OUTPUT_SPEED = -0.7;
   }
 
-  public static class Auton {
+  public static class Auton { // TODO: test for all these values
     // Defense crossing speeds from -1 to 1
     public static final double DEFAULT_SPEED = 0.3;
     public static final double MOAT_SPEED = 0.6;