Example subsystem
authorAndres Esteban Echeverria G <estebanech@Andress-MacBook-Air.local>
Sun, 5 Feb 2017 01:13:39 +0000 (17:13 -0800)
committerAndres Esteban Echeverria G <estebanech@Andress-MacBook-Air.local>
Sun, 5 Feb 2017 01:13:39 +0000 (17:13 -0800)
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