From: EvanYap Date: Sat, 4 Feb 2017 22:42:45 +0000 (-0800) Subject: update robot.java with the new constants X-Git-Url: http://challenge-bot.com/repos/?p=3501%2F2017steamworks;a=commitdiff_plain;h=793f7148d04718b2de3e2a71ff3134b1b1cae0ec update robot.java with the new constants --- diff --git a/src/org/usfirst/frc/team3501/robot/Robot.java b/src/org/usfirst/frc/team3501/robot/Robot.java index bff0bb4..71c9e01 100644 --- a/src/org/usfirst/frc/team3501/robot/Robot.java +++ b/src/org/usfirst/frc/team3501/robot/Robot.java @@ -77,7 +77,6 @@ public class Robot extends IterativeRobot { driveTrain.getGyroController().setName("Gyro"); driveTrain.getDriveController().setConstants(driveP, driveI, driveD); - } @Override