separated each pass defense command (purely driving ones) into two, one based on...
authorCindy Zhang <cindyzyx9@gmail.com>
Tue, 16 Feb 2016 18:44:00 +0000 (10:44 -0800)
committerKevin Zhang <icestormf1@gmail.com>
Tue, 16 Feb 2016 19:37:03 +0000 (11:37 -0800)
commit5322db4648916dfaa63e4b04e4b26220f0519005
treee5dd135a3684f2a18fc3c15287ce11688e0ff22a
parent93453536a87a1f0decf9a88ab00f77438097b5a7
separated each pass defense command (purely driving ones) into two, one based on distance and one based on time
16 files changed:
src/org/usfirst/frc/team3501/robot/commands/auton/DefaultAutonStrategy.java
src/org/usfirst/frc/team3501/robot/commands/auton/PassLowBar.java [deleted file]
src/org/usfirst/frc/team3501/robot/commands/auton/PassLowBarDistance.java [new file with mode: 0644]
src/org/usfirst/frc/team3501/robot/commands/auton/PassLowBarTime.java [new file with mode: 0755]
src/org/usfirst/frc/team3501/robot/commands/auton/PassMoat.java [deleted file]
src/org/usfirst/frc/team3501/robot/commands/auton/PassMoatDistance.java [new file with mode: 0755]
src/org/usfirst/frc/team3501/robot/commands/auton/PassMoatTime.java [new file with mode: 0644]
src/org/usfirst/frc/team3501/robot/commands/auton/PassRampart.java [deleted file]
src/org/usfirst/frc/team3501/robot/commands/auton/PassRampartDistance.java [new file with mode: 0755]
src/org/usfirst/frc/team3501/robot/commands/auton/PassRampartTime.java [new file with mode: 0644]
src/org/usfirst/frc/team3501/robot/commands/auton/PassRockWall.java [deleted file]
src/org/usfirst/frc/team3501/robot/commands/auton/PassRockWallDistance.java [new file with mode: 0755]
src/org/usfirst/frc/team3501/robot/commands/auton/PassRockWallTime.java [new file with mode: 0644]
src/org/usfirst/frc/team3501/robot/commands/auton/PassRoughTerrain.java [deleted file]
src/org/usfirst/frc/team3501/robot/commands/auton/PassRoughTerrainDistance.java [new file with mode: 0644]
src/org/usfirst/frc/team3501/robot/commands/auton/PassRoughTerrainTime.java [new file with mode: 0755]