create commandGroup passportcullis (that will use both liftPortcullis and drive forwa...
[3501/stronghold-2016] / src / org / usfirst / frc / team3501 / robot / commands / auton / PassPortcullis.java
1 package org.usfirst.frc.team3501.robot.commands.auton;
2
3 import edu.wpi.first.wpilibj.command.CommandGroup;
4
5 /**
6 *
7 */
8 public class PassPortcullis extends CommandGroup {
9
10 public PassPortcullis() {
11 // Use requires() here to declare subsystem dependencies
12 // eg. requires(chassis);
13 }
14 }