big refactor of command/commandbase/commandgroup. also add auton read from file.
authorLogan Howard <logan@oflogan.com>
Sat, 18 Apr 2015 04:40:25 +0000 (21:40 -0700)
committerLogan Howard <logan@oflogan.com>
Sat, 18 Apr 2015 04:40:25 +0000 (21:40 -0700)
commitb26407834f93b26caa7617d3cfcdd7a39c732818
tree1d57f79dcca5020f235896a267f9f4d7de8e8b51
parent3cd438bd5b650a27b84ef37224025cd7f6086e7c
big refactor of command/commandbase/commandgroup. also add auton read from file.
21 files changed:
auton_times_and_speeds.conf [new file with mode: 0644]
src/org/usfirst/frc/team3501/robot/AutonData.java [new file with mode: 0644]
src/org/usfirst/frc/team3501/robot/Robot.java
src/org/usfirst/frc/team3501/robot/RobotMap.java
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 [new file with mode: 0644]
src/org/usfirst/frc/team3501/robot/commands/CommandBase.java
src/org/usfirst/frc/team3501/robot/commands/CommandGroup.java [new file with mode: 0644]
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