From a756c73036d593aa974b87d5056126fcfc2c81e7 Mon Sep 17 00:00:00 2001 From: EvanYap Date: Sat, 4 Feb 2017 13:03:08 -0800 Subject: [PATCH] init this branch --- .../frc/team3501/robot/commands/driving/DriveDistance.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/org/usfirst/frc/team3501/robot/commands/driving/DriveDistance.java b/src/org/usfirst/frc/team3501/robot/commands/driving/DriveDistance.java index 278540d..28bf1af 100755 --- a/src/org/usfirst/frc/team3501/robot/commands/driving/DriveDistance.java +++ b/src/org/usfirst/frc/team3501/robot/commands/driving/DriveDistance.java @@ -41,6 +41,7 @@ public class DriveDistance extends Command { protected void initialize() { this.driveTrain.resetEncoders(); this.driveController.setSetPoint(this.target); + // test } @Override -- 2.30.2