Create skeleton commands for shooter
authorshainachen <shaina.sierra@gmail.com>
Thu, 12 Jan 2017 04:39:02 +0000 (20:39 -0800)
committerCindy Zhang <cindyzyx9@gmail.com>
Sat, 14 Jan 2017 22:28:36 +0000 (14:28 -0800)
src/org/usfirst/frc/team3501/robot/commands/shooter/RunFlyWheel.java
src/org/usfirst/frc/team3501/robot/commands/shooter/RunFlyWheelContinuous.java
src/org/usfirst/frc/team3501/robot/commands/shooter/RunIndexWheel.java
src/org/usfirst/frc/team3501/robot/commands/shooter/RunIndexWheelContinuous.java

index 6a6e9502ed0332f116e0611f8b148b11c3b0897a..de0045f4470b3e8c0720d45278b889da1f47d871 100644 (file)
@@ -12,6 +12,27 @@ import edu.wpi.first.wpilibj.command.Command;
  */
 public class RunFlyWheel 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
index c2949386ee0f01eb7a149950b22a7124f223f44a..ef0c2e3a2223777359dbbd1cfc8b6598c3740c2f 100644 (file)
@@ -7,6 +7,27 @@ import edu.wpi.first.wpilibj.command.Command;
  */
 public class RunFlyWheelContinuous 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
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
index 77ebe24c4a42e2e17d7297346f05cabedec372dd..412b4731d160ed5c947b0597290dea34fa862bc9 100644 (file)
@@ -7,6 +7,27 @@ import edu.wpi.first.wpilibj.command.Command;
  */
 public class RunIndexWheelContinuous 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