From 70f731b6343d0b229d53519cdbc6db2355728709 Mon Sep 17 00:00:00 2001 From: EvanYap Date: Sat, 4 Feb 2017 13:23:29 -0800 Subject: [PATCH] move pidcontroller into drivetrain --- .../frc/team3501/robot/commands/driving/DriveDistance.java | 1 - 1 file changed, 1 deletion(-) 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 28bf1af..278540d 100755 --- a/src/org/usfirst/frc/team3501/robot/commands/driving/DriveDistance.java +++ b/src/org/usfirst/frc/team3501/robot/commands/driving/DriveDistance.java @@ -41,7 +41,6 @@ public class DriveDistance extends Command { protected void initialize() { this.driveTrain.resetEncoders(); this.driveController.setSetPoint(this.target); - // test } @Override -- 2.30.2