Example subsystem
[3501/2017steamworks] / src / org / usfirst / frc / team3501 / robot / commands / ExampleCommand.java
index 6fdb978fa3d547339e5f7dedffdf778ceb47319f..e3de4218041a93ec3c7db19f912c0af8203c5dcd 100644 (file)
@@ -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