X-Git-Url: http://challenge-bot.com/repos/?a=blobdiff_plain;f=src%2Forg%2Fusfirst%2Ffrc%2Fteam3501%2Frobot%2Fcommands%2FExampleCommand.java;h=e3de4218041a93ec3c7db19f912c0af8203c5dcd;hb=e1edc05dad3da6e5dcc453e6090d610ef4262a53;hp=6fdb978fa3d547339e5f7dedffdf778ceb47319f;hpb=ae2aec88fb09a27a9f49988b12fea6914d6ef6f6;p=3501%2F2017steamworks 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