From 59bc69ac255068dcd1ea972c569e64bedfaf39d7 Mon Sep 17 00:00:00 2001 From: EvanYap Date: Sat, 4 Feb 2017 13:52:07 -0800 Subject: [PATCH] set up get numbers for smart dashboard --- src/org/usfirst/frc/team3501/robot/Robot.java | 1 + 1 file changed, 1 insertion(+) 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 -- 2.30.2