delete commands that moved intake arm to a specific angle
[3501/stronghold-2016] / src / org / usfirst / frc / team3501 / robot / commands / auton / CompactRobot.java
CommitLineData
246a613b
CZ
1package org.usfirst.frc.team3501.robot.commands.auton;
2
56d14d98 3import edu.wpi.first.wpilibj.command.CommandGroup;
246a613b
CZ
4
5/**
6 *
7 */
56d14d98 8public class CompactRobot extends CommandGroup {
246a613b 9
02745218 10 // TODO: implement CompactRobot with updated Robot capabilities
246a613b 11 public CompactRobot() {
02745218 12
246a613b
CZ
13 }
14}