SmartDashboard put D_Val
[3501/2017steamworks] / src / org / usfirst / frc / team3501 / robot / Robot.java
index c19e242fc23551e669c85d46e0bc5ec322fdb9ad..ce3a9f0daa1d5b54343c39b8a9aec825ba9ec73f 100644 (file)
@@ -51,7 +51,7 @@ public class Robot extends IterativeRobot {
   @Override
   public void autonomousPeriodic() {
     Scheduler.getInstance().run();
-    DriveTrain.getDriveTrain().getDriveController().setConstants(
+    DriveTrain.getDriveTrain().getDriveController();
 
   }