add TODOs for testing and delete auto generated comments
[3501/stronghold-2016] / src / org / usfirst / frc / team3501 / robot / commands / auton / PassDrawbridge.java
index a95be1685d9341faef8d794595ad7fe167869dfe..10fba7a52aff606c2d8258717ed8301e5ae217c1 100644 (file)
@@ -6,23 +6,8 @@ import edu.wpi.first.wpilibj.command.CommandGroup;
  *
  */
 public class PassDrawbridge extends CommandGroup {
-    
-    public  PassDrawbridge() {
-        // Add Commands here:
-        // e.g. addSequential(new Command1());
-        //      addSequential(new Command2());
-        // these will run in order.
 
-        // To run multiple commands at the same time,
-        // use addParallel()
-        // e.g. addParallel(new Command1());
-        //      addSequential(new Command2());
-        // Command1 and Command2 will run in parallel.
+  public PassDrawbridge() {
 
-        // A command group will require all of the subsystems that each member
-        // would require.
-        // e.g. if Command1 requires chassis, and Command2 requires arm,
-        // a CommandGroup containing them would require both the chassis and the
-        // arm.
-    }
+  }
 }