From: EvanYap Date: Sat, 4 Feb 2017 21:52:07 +0000 (-0800) Subject: set up get numbers for smart dashboard X-Git-Url: http://challenge-bot.com/repos/?p=3501%2F2017steamworks;a=commitdiff_plain;h=b48eb49cc61c4c17d363524bf3d87cb6fe64c971 set up get numbers for smart dashboard --- diff --git a/src/org/usfirst/frc/team3501/robot/Robot.java b/src/org/usfirst/frc/team3501/robot/Robot.java index 41b7fef..14e655a 100644 --- a/src/org/usfirst/frc/team3501/robot/Robot.java +++ b/src/org/usfirst/frc/team3501/robot/Robot.java @@ -110,7 +110,6 @@ public class Robot extends IterativeRobot { // new DriveDistance(SETPOINT, SPEED).start(); // new TurnForAngle(0, Direction.FORWARD, 5).start(); - } @Override