From 793f7148d04718b2de3e2a71ff3134b1b1cae0ec Mon Sep 17 00:00:00 2001 From: EvanYap Date: Sat, 4 Feb 2017 14:42:45 -0800 Subject: [PATCH] update robot.java with the new constants --- src/org/usfirst/frc/team3501/robot/Robot.java | 1 - 1 file changed, 1 deletion(-) 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 -- 2.30.2