From 64b08a7f21695115ca4af92cd4641a1d17b6b8f4 Mon Sep 17 00:00:00 2001 From: Michael Wang Date: Sat, 4 Feb 2017 13:40:56 -0800 Subject: [PATCH] SmartDashboard put D_Val --- src/org/usfirst/frc/team3501/robot/Robot.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); } -- 2.30.2