hope fix
authorEvanYap <evanyap.14@gmail.com>
Sat, 4 Feb 2017 21:47:15 +0000 (13:47 -0800)
committerEric Sandoval <harpnart@gmail.com>
Sun, 19 Feb 2017 18:37:37 +0000 (10:37 -0800)
src/org/usfirst/frc/team3501/robot/Robot.java

index ce3a9f0daa1d5b54343c39b8a9aec825ba9ec73f..0e007c193a02ff135a0aa212ec7258eb5d0afaae 100644 (file)
@@ -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);
 
   }