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=59bc69ac255068dcd1ea972c569e64bedfaf39d7 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 8829ed1..85b9521 100644 --- a/src/org/usfirst/frc/team3501/robot/Robot.java +++ b/src/org/usfirst/frc/team3501/robot/Robot.java @@ -110,6 +110,7 @@ public class Robot extends IterativeRobot { // new DriveDistance(SETPOINT, SPEED).start(); // new TurnForAngle(0, Direction.FORWARD, 5).start(); + } @Override