delete commands that moved intake arm to a specific angle
[3501/stronghold-2016] / src / org / usfirst / frc / team3501 / robot / commands / auton / CompactRobot.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 CompactRobot extends CommandGroup {
9
10 // TODO: implement CompactRobot with updated Robot capabilities
11 public CompactRobot() {
12
13 }
14 }