From: EvanYap Date: Sat, 4 Feb 2017 21:47:15 +0000 (-0800) Subject: hope fix X-Git-Url: http://challenge-bot.com/repos/?p=3501%2F2017steamworks;a=commitdiff_plain;h=7558394d29c2d850eada0c94abde0c92594a41ac hope fix --- diff --git a/src/org/usfirst/frc/team3501/robot/Robot.java b/src/org/usfirst/frc/team3501/robot/Robot.java index ce3a9f0..0e007c1 100644 --- a/src/org/usfirst/frc/team3501/robot/Robot.java +++ b/src/org/usfirst/frc/team3501/robot/Robot.java @@ -51,7 +51,8 @@ public class Robot extends IterativeRobot { @Override public void autonomousPeriodic() { Scheduler.getInstance().run(); - DriveTrain.getDriveTrain().getDriveController(); + + DriveTrain.getDriveTrain().getDriveController().setConstants(p, i, d); }