move commands/command groups to the proper packages
authorMeryem Esa <meresa14@gmail.com>
Mon, 15 Feb 2016 19:24:47 +0000 (11:24 -0800)
committerKevin Zhang <icestormf1@gmail.com>
Tue, 16 Feb 2016 19:37:03 +0000 (11:37 -0800)
commit1fb6ed96403e3cd89640a375a690d34ea331d6c2
tree59a0db596bbd914d455f57ad4cb33d0402a4eaae
parentee177a4ab44d19017b0112c6da8cfde71aaef8cb
move commands/command groups to the proper packages
src/org/usfirst/frc/team3501/robot/commands/AlignToScore.java [deleted file]
src/org/usfirst/frc/team3501/robot/commands/DriveForTime.java [deleted file]
src/org/usfirst/frc/team3501/robot/commands/PassMoat.java [deleted file]
src/org/usfirst/frc/team3501/robot/commands/PassRockWall.java
src/org/usfirst/frc/team3501/robot/commands/auton/AlignToScore.java [new file with mode: 0755]
src/org/usfirst/frc/team3501/robot/commands/auton/PassMoat.java
src/org/usfirst/frc/team3501/robot/commands/auton/PassRockWall.java
src/org/usfirst/frc/team3501/robot/commands/driving/DriveForTime.java [new file with mode: 0755]