run scheduler in teleop periodic:
authorCindy Zhang <cindyzyx9@gmail.com>
Tue, 7 Feb 2017 04:13:53 +0000 (20:13 -0800)
committerCindy Zhang <cindyzyx9@gmail.com>
Tue, 7 Feb 2017 04:13:53 +0000 (20:13 -0800)
src/org/usfirst/frc/team3501/robot/Robot.java

index 047e17035b0207a88d9a1f5700241fb6a89aec25..072b5bd64444f756fcb21027ebbaff6bd803c313 100644 (file)
@@ -57,6 +57,6 @@ public class Robot extends IterativeRobot {
 
   @Override
   public void teleopPeriodic() {
-
+    Scheduler.getInstance().run();
   }
 }