delete autogenerated comments
authorMeryem Esa <meresa14@gmail.com>
Sun, 31 Jan 2016 00:18:03 +0000 (16:18 -0800)
committerMeryem Esa <meresa14@gmail.com>
Sun, 31 Jan 2016 00:18:03 +0000 (16:18 -0800)
src/org/usfirst/frc/team3501/robot/commands/PassLowBar.java
src/org/usfirst/frc/team3501/robot/commands/PassMoat.java
src/org/usfirst/frc/team3501/robot/commands/PassRampart.java
src/org/usfirst/frc/team3501/robot/commands/PassRockWall.java
src/org/usfirst/frc/team3501/robot/commands/PassRoughTerrain.java

index cdb9e9d8bcf90bb90be5afa1eae4adf47c55923b..f55700415d4169033435ae16d20f47ecfca688e7 100755 (executable)
@@ -16,33 +16,26 @@ import edu.wpi.first.wpilibj.command.Command;
 public class PassLowBar extends Command {
 
   public PassLowBar() {
-    // Use requires() here to declare subsystem dependencies
-    // eg. requires(chassis);
+
   }
 
-  // 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() {
   }
 
-  // Make this return true when this Command no longer needs to run execute()
   @Override
   protected boolean isFinished() {
     return false;
   }
 
-  // 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() {
   }
index 331e17b27859081a413c213793bc6b6bcad23d64..634240a47ec01d0f3286426917c017f7e3b9684c 100755 (executable)
@@ -16,33 +16,26 @@ import edu.wpi.first.wpilibj.command.Command;
 public class PassMoat extends Command {
 
   public PassMoat() {
-    // Use requires() here to declare subsystem dependencies
-    // eg. requires(chassis);
+
   }
 
-  // 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() {
   }
 
-  // Make this return true when this Command no longer needs to run execute()
   @Override
   protected boolean isFinished() {
     return false;
   }
 
-  // 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() {
   }
index 2d387efb318cad6b577f638182eb858b36f510a9..d531d88bdc3bfb269d5f84b0a2e1fcb79cf1e20b 100755 (executable)
@@ -16,33 +16,26 @@ import edu.wpi.first.wpilibj.command.Command;
 public class PassRampart extends Command {
 
   public PassRampart() {
-    // Use requires() here to declare subsystem dependencies
-    // eg. requires(chassis);
+
   }
 
-  // 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() {
   }
 
-  // Make this return true when this Command no longer needs to run execute()
   @Override
   protected boolean isFinished() {
     return false;
   }
 
-  // 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() {
   }
index d00ed8a670ed641d177a8afc568e5ba6e5079524..874eb22a29682de3638a51b483c4ee30181eb598 100755 (executable)
@@ -16,33 +16,25 @@ import edu.wpi.first.wpilibj.command.Command;
 public class PassRockWall extends Command {
 
   public PassRockWall() {
-    // Use requires() here to declare subsystem dependencies
-    // eg. requires(chassis);
   }
 
-  // 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() {
   }
 
-  // Make this return true when this Command no longer needs to run execute()
   @Override
   protected boolean isFinished() {
     return false;
   }
 
-  // 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() {
   }
index adc982a810bfedd5a964c282e224f87e783b3f88..b1f0fb763ead1b3c0d7846d4111955a3218fe317 100755 (executable)
@@ -17,33 +17,26 @@ import edu.wpi.first.wpilibj.command.Command;
 public class PassRoughTerrain extends Command {
 
   public PassRoughTerrain() {
-    // Use requires() here to declare subsystem dependencies
-    // eg. requires(chassis);
+
   }
 
-  // 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() {
   }
 
-  // Make this return true when this Command no longer needs to run execute()
   @Override
   protected boolean isFinished() {
     return false;
   }
 
-  // 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() {
   }