change location of base files
authorLogan Howard <logan@oflogan.com>
Sat, 18 Apr 2015 04:49:06 +0000 (21:49 -0700)
committerLogan Howard <logan@oflogan.com>
Sat, 18 Apr 2015 04:49:06 +0000 (21:49 -0700)
commit5b3b1652e197b540e14b8f5b405314b6f33d733c
treee901f0bafb3093c21760e1efeb1d14ad18a737e2
parentb26407834f93b26caa7617d3cfcdd7a39c732818
change location of base files
20 files changed:
src/org/usfirst/frc/team3501/bases/Command.java [new file with mode: 0644]
src/org/usfirst/frc/team3501/bases/CommandBase.java [new file with mode: 0644]
src/org/usfirst/frc/team3501/bases/CommandGroup.java [new file with mode: 0644]
src/org/usfirst/frc/team3501/robot/autons/DriveOverStep.java
src/org/usfirst/frc/team3501/robot/autons/DrivePastStep.java
src/org/usfirst/frc/team3501/robot/autons/PickUpContainer.java
src/org/usfirst/frc/team3501/robot/commands/CloseClaw.java
src/org/usfirst/frc/team3501/robot/commands/Command.java [deleted file]
src/org/usfirst/frc/team3501/robot/commands/CommandBase.java [deleted file]
src/org/usfirst/frc/team3501/robot/commands/CommandGroup.java [deleted file]
src/org/usfirst/frc/team3501/robot/commands/DriveFor.java
src/org/usfirst/frc/team3501/robot/commands/DriveWithJoysticks.java
src/org/usfirst/frc/team3501/robot/commands/MoveArm.java
src/org/usfirst/frc/team3501/robot/commands/MoveArmFor.java
src/org/usfirst/frc/team3501/robot/commands/OpenClaw.java
src/org/usfirst/frc/team3501/robot/commands/TensionLeftWinch.java
src/org/usfirst/frc/team3501/robot/commands/TensionRightWinch.java
src/org/usfirst/frc/team3501/robot/commands/ToggleClaw.java
src/org/usfirst/frc/team3501/robot/commands/TurnOffCompressor.java
src/org/usfirst/frc/team3501/robot/commands/TurnOnCompressor.java