init this branch
authorEvanYap <evanyap.14@gmail.com>
Sat, 4 Feb 2017 21:03:08 +0000 (13:03 -0800)
committerEric Sandoval <harpnart@gmail.com>
Sun, 19 Feb 2017 18:39:23 +0000 (10:39 -0800)
src/org/usfirst/frc/team3501/robot/commands/driving/DriveDistance.java

index 278540d54a2200aa11add4af4e0fae5dbe90273e..28bf1af065cc7a208a0e4b955e1ae0471a72613c 100755 (executable)
@@ -41,6 +41,7 @@ public class DriveDistance extends Command {
   protected void initialize() {
     this.driveTrain.resetEncoders();
     this.driveController.setSetPoint(this.target);
+    // test
   }
 
   @Override