hope fix
authorMichael Wang <michaelwang9000@gmail.com>
Sat, 4 Feb 2017 21:43:04 +0000 (13:43 -0800)
committerEric Sandoval <harpnart@gmail.com>
Sun, 19 Feb 2017 18:37:31 +0000 (10:37 -0800)
src/org/usfirst/frc/team3501/robot/Robot.java

index da4d82076860145cf7d0648703ad9bd0a51ed2f5..c19e242fc23551e669c85d46e0bc5ec322fdb9ad 100644 (file)
@@ -43,7 +43,9 @@ public class Robot extends IterativeRobot {
   @Override
   public void autonomousInit() {
     driveTrain.setHighGear();
+
     SmartDashboard.putNumber("I", -1);
+    SmartDashboard.putNumber(Constants.DriveTrain.D_Val, -1);
   }
 
   @Override