From: Michael Wang Date: Sat, 4 Feb 2017 21:40:56 +0000 (-0800) Subject: SmartDashboard put D_Val X-Git-Url: http://challenge-bot.com/repos/?p=3501%2F2017steamworks;a=commitdiff_plain;h=64b08a7f21695115ca4af92cd4641a1d17b6b8f4 SmartDashboard put D_Val --- diff --git a/src/org/usfirst/frc/team3501/robot/Robot.java b/src/org/usfirst/frc/team3501/robot/Robot.java index c19e242..ce3a9f0 100644 --- a/src/org/usfirst/frc/team3501/robot/Robot.java +++ b/src/org/usfirst/frc/team3501/robot/Robot.java @@ -51,7 +51,7 @@ public class Robot extends IterativeRobot { @Override public void autonomousPeriodic() { Scheduler.getInstance().run(); - DriveTrain.getDriveTrain().getDriveController().setConstants( + DriveTrain.getDriveTrain().getDriveController(); }