update robot.java with the new constants
authorEvanYap <evanyap.14@gmail.com>
Sat, 4 Feb 2017 22:42:45 +0000 (14:42 -0800)
committerEric Sandoval <harpnart@gmail.com>
Sun, 19 Feb 2017 18:40:00 +0000 (10:40 -0800)
src/org/usfirst/frc/team3501/robot/Robot.java

index bff0bb410d94dbf23b77cdd6ebc1e1f8cadbce14..71c9e01160d2189ead634e8a68ac330a7038ca6a 100644 (file)
@@ -77,7 +77,6 @@ public class Robot extends IterativeRobot {
     driveTrain.getGyroController().setName("Gyro");
 
     driveTrain.getDriveController().setConstants(driveP, driveI, driveD);
-
   }
 
   @Override