Create skeleton commands for shooter
[3501/2017steamworks] / src / org / usfirst / frc / team3501 / robot / commands / shooter / RunIndexWheel.java
index 74a7d7047a4dd04524738231465b0aec7137927a..bf884e07e5d5dedf69bd212844693b387b85a7a1 100644 (file)
@@ -12,6 +12,27 @@ import edu.wpi.first.wpilibj.command.Command;
  */
 public class RunIndexWheel extends Command {
 
+       // Called just before this Command runs the first time
+       @Override
+       protected void initialize() {
+       }
+
+       // Called repeatedly when this Command is scheduled to run
+       @Override
+       protected void execute() {
+       }
+
+       // Called once after isFinished returns true
+       @Override
+       protected void end() {
+       }
+
+       // Called when another command which requires one or more of the same
+       // subsystems is scheduled to run
+       @Override
+       protected void interrupted() {
+       }
+
        @Override
        protected boolean isFinished() {
                // TODO Auto-generated method stub