Add everything all commands to specific packages
authorKevin Zhang <icestormf1@gmail.com>
Sun, 14 Feb 2016 23:27:35 +0000 (15:27 -0800)
committerKevin Zhang <icestormf1@gmail.com>
Sun, 14 Feb 2016 23:27:35 +0000 (15:27 -0800)
commit6bb7f8ac8eca89a8e0b308720f7e15178eef43ea
treea749dc6c519a66013d0b1ab22d616340c80f9c4a
parenta1989c116a0926b44d6f36067e84b7f5fb2d313f
Add everything all commands to specific packages
79 files changed:
src/org/usfirst/frc/team3501/robot/OI.java
src/org/usfirst/frc/team3501/robot/commands/AimAndAlign.java [deleted file]
src/org/usfirst/frc/team3501/robot/commands/BallRollerExpelContinuous.java [deleted file]
src/org/usfirst/frc/team3501/robot/commands/BallRollerIntakeContinuous.java [deleted file]
src/org/usfirst/frc/team3501/robot/commands/ChangeShooterSpeed.java [deleted file]
src/org/usfirst/frc/team3501/robot/commands/ClampBar.java [deleted file]
src/org/usfirst/frc/team3501/robot/commands/DefaultAutonStrategy.java [deleted file]
src/org/usfirst/frc/team3501/robot/commands/Detect.java [deleted file]
src/org/usfirst/frc/team3501/robot/commands/Drive.java [deleted file]
src/org/usfirst/frc/team3501/robot/commands/DriveForDistance.java [deleted file]
src/org/usfirst/frc/team3501/robot/commands/ExpelBall.java [deleted file]
src/org/usfirst/frc/team3501/robot/commands/ExtendLift.java [deleted file]
src/org/usfirst/frc/team3501/robot/commands/Intake.java [deleted file]
src/org/usfirst/frc/team3501/robot/commands/IntakeBall.java [deleted file]
src/org/usfirst/frc/team3501/robot/commands/LiftPortcullis.java [deleted file]
src/org/usfirst/frc/team3501/robot/commands/LiftRobot.java [deleted file]
src/org/usfirst/frc/team3501/robot/commands/LowerDefenseArmContinuous.java [deleted file]
src/org/usfirst/frc/team3501/robot/commands/LowerDefenseWristContinuous.java [deleted file]
src/org/usfirst/frc/team3501/robot/commands/MoveIntakeArmToAngle.java [deleted file]
src/org/usfirst/frc/team3501/robot/commands/MoveIntakeArmToBallIntakeHeight.java [deleted file]
src/org/usfirst/frc/team3501/robot/commands/MoveIntakeArmUp.java [deleted file]
src/org/usfirst/frc/team3501/robot/commands/PassChevalDeFrise.java [deleted file]
src/org/usfirst/frc/team3501/robot/commands/PassDrawBridge.java [deleted file]
src/org/usfirst/frc/team3501/robot/commands/PassLowBar.java [deleted file]
src/org/usfirst/frc/team3501/robot/commands/PassMoat.java [deleted file]
src/org/usfirst/frc/team3501/robot/commands/PassRampart.java [deleted file]
src/org/usfirst/frc/team3501/robot/commands/PassRockWall.java [deleted file]
src/org/usfirst/frc/team3501/robot/commands/PassRoughTerrain.java [deleted file]
src/org/usfirst/frc/team3501/robot/commands/PassSallyPort.java [deleted file]
src/org/usfirst/frc/team3501/robot/commands/Position.java [deleted file]
src/org/usfirst/frc/team3501/robot/commands/RaiseDefenseArmContinuous.java [deleted file]
src/org/usfirst/frc/team3501/robot/commands/RaiseDefenseWristContinuous.java [deleted file]
src/org/usfirst/frc/team3501/robot/commands/RetractDefenseArm.java [deleted file]
src/org/usfirst/frc/team3501/robot/commands/RetractLift.java [deleted file]
src/org/usfirst/frc/team3501/robot/commands/SetArmToAngle.java [deleted file]
src/org/usfirst/frc/team3501/robot/commands/SetHandToAngle.java [deleted file]
src/org/usfirst/frc/team3501/robot/commands/SetShooterSpeed.java [deleted file]
src/org/usfirst/frc/team3501/robot/commands/Shoot.java [deleted file]
src/org/usfirst/frc/team3501/robot/commands/Stop.java [deleted file]
src/org/usfirst/frc/team3501/robot/commands/TurnForAngle.java [deleted file]
src/org/usfirst/frc/team3501/robot/commands/TurnForTime.java [deleted file]
src/org/usfirst/frc/team3501/robot/commands/auton/AimAndAlign.java [new file with mode: 0755]
src/org/usfirst/frc/team3501/robot/commands/auton/DefaultAutonStrategy.java [new file with mode: 0755]
src/org/usfirst/frc/team3501/robot/commands/auton/LiftPortcullis.java [new file with mode: 0755]
src/org/usfirst/frc/team3501/robot/commands/auton/LiftRobot.java [new file with mode: 0755]
src/org/usfirst/frc/team3501/robot/commands/auton/PassChevalDeFrise.java [new file with mode: 0755]
src/org/usfirst/frc/team3501/robot/commands/auton/PassDrawBridge.java [new file with mode: 0755]
src/org/usfirst/frc/team3501/robot/commands/auton/PassLowBar.java [new file with mode: 0755]
src/org/usfirst/frc/team3501/robot/commands/auton/PassMoat.java [new file with mode: 0755]
src/org/usfirst/frc/team3501/robot/commands/auton/PassRampart.java [new file with mode: 0755]
src/org/usfirst/frc/team3501/robot/commands/auton/PassRockWall.java [new file with mode: 0755]
src/org/usfirst/frc/team3501/robot/commands/auton/PassRoughTerrain.java [new file with mode: 0755]
src/org/usfirst/frc/team3501/robot/commands/auton/PassSallyPort.java [new file with mode: 0755]
src/org/usfirst/frc/team3501/robot/commands/defensearm/LowerDefenseArmContinuous.java [new file with mode: 0755]
src/org/usfirst/frc/team3501/robot/commands/defensearm/LowerDefenseWristContinuous.java [new file with mode: 0755]
src/org/usfirst/frc/team3501/robot/commands/defensearm/RaiseDefenseArmContinuous.java [new file with mode: 0755]
src/org/usfirst/frc/team3501/robot/commands/defensearm/RaiseDefenseWristContinuous.java [new file with mode: 0755]
src/org/usfirst/frc/team3501/robot/commands/defensearm/RetractDefenseArm.java [new file with mode: 0755]
src/org/usfirst/frc/team3501/robot/commands/defensearm/SetArmToAngle.java [new file with mode: 0755]
src/org/usfirst/frc/team3501/robot/commands/defensearm/SetHandToAngle.java [new file with mode: 0755]
src/org/usfirst/frc/team3501/robot/commands/driving/DriveForDistance.java [new file with mode: 0755]
src/org/usfirst/frc/team3501/robot/commands/driving/Stop.java [new file with mode: 0755]
src/org/usfirst/frc/team3501/robot/commands/driving/TurnForAngle.java [new file with mode: 0755]
src/org/usfirst/frc/team3501/robot/commands/driving/TurnForTime.java [new file with mode: 0755]
src/org/usfirst/frc/team3501/robot/commands/intakearm/BallRollerExpelContinuous.java [new file with mode: 0644]
src/org/usfirst/frc/team3501/robot/commands/intakearm/BallRollerIntakeContinuous.java [new file with mode: 0644]
src/org/usfirst/frc/team3501/robot/commands/intakearm/ExpelBall.java [new file with mode: 0644]
src/org/usfirst/frc/team3501/robot/commands/intakearm/IntakeBall.java [new file with mode: 0644]
src/org/usfirst/frc/team3501/robot/commands/intakearm/MoveIntakeArmToAngle.java [new file with mode: 0644]
src/org/usfirst/frc/team3501/robot/commands/intakearm/MoveIntakeArmToBallIntakeHeight.java [new file with mode: 0644]
src/org/usfirst/frc/team3501/robot/commands/intakearm/MoveIntakeArmUp.java [new file with mode: 0644]
src/org/usfirst/frc/team3501/robot/commands/runShooter.java [deleted file]
src/org/usfirst/frc/team3501/robot/commands/scaler/ClampBar.java [new file with mode: 0755]
src/org/usfirst/frc/team3501/robot/commands/scaler/ExtendLift.java [new file with mode: 0755]
src/org/usfirst/frc/team3501/robot/commands/scaler/RetractLift.java [new file with mode: 0755]
src/org/usfirst/frc/team3501/robot/commands/shooter/ChangeShooterSpeed.java [new file with mode: 0644]
src/org/usfirst/frc/team3501/robot/commands/shooter/SetShooterSpeed.java [new file with mode: 0644]
src/org/usfirst/frc/team3501/robot/commands/shooter/Shoot.java [new file with mode: 0755]
src/org/usfirst/frc/team3501/robot/commands/shooter/runShooter.java [new file with mode: 0644]