From: Andres Esteban Echeverria G Date: Sun, 5 Feb 2017 01:13:39 +0000 (-0800) Subject: Example subsystem X-Git-Url: http://challenge-bot.com/repos/?p=3501%2F2017steamworks;a=commitdiff_plain;h=139f2d49615a6a066d84ec2b929d432c3b02b6e6 Example subsystem --- diff --git a/src/org/usfirst/frc/team3501/robot/commands/ExampleCommand.java b/src/org/usfirst/frc/team3501/robot/commands/ExampleCommand.java index 6fdb978..e3de421 100644 --- a/src/org/usfirst/frc/team3501/robot/commands/ExampleCommand.java +++ b/src/org/usfirst/frc/team3501/robot/commands/ExampleCommand.java @@ -10,7 +10,7 @@ import org.usfirst.frc.team3501.robot.Robot; public class ExampleCommand extends Command { public ExampleCommand() { // Use requires() here to declare subsystem dependencies - requires(Robot.exampleSubsystem); + //requires(Robot.exampleSubsystem); } // Called just before this Command runs the first time