From: Eric Sandoval Date: Sat, 4 Feb 2017 23:37:26 +0000 (-0800) Subject: update code X-Git-Url: http://challenge-bot.com/repos/?p=3501%2F2017steamworks;a=commitdiff_plain;h=5817adb0e91df4d3b77664cdbce424e3961ebdbd update code --- diff --git a/src/org/usfirst/frc/team3501/robot/Robot.java b/src/org/usfirst/frc/team3501/robot/Robot.java index 039f5d6..986152d 100644 --- a/src/org/usfirst/frc/team3501/robot/Robot.java +++ b/src/org/usfirst/frc/team3501/robot/Robot.java @@ -50,6 +50,9 @@ public class Robot extends IterativeRobot { SmartDashboard.putNumber(Constants.DriveTrain.DRIVE_TARGET_DIST, 50); SmartDashboard.putNumber(Constants.DriveTrain.DRIVE_MOTOR_VAL, 0.5); + SmartDashboard.putNumber(Constants.DriveTrain.GYRO_P_Val, 0); + SmartDashboard.putNumber(Constants.DriveTrain.GYRO_I_Val, 0); + SmartDashboard.putNumber(Constants.DriveTrain.GYRO_D_Val, 0); } @Override