Skip to content

Commit c20fa9a

Browse files
committed
Revert "Update TrenchAuto.java"
This reverts commit 2ef50e5.
1 parent 2ef50e5 commit c20fa9a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/main/java/org/mayheminc/robot2020/autonomousroutines/TrenchAuto.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ public TrenchAuto() {
4141
addCommands(new DriveStraightOnHeading(0.3, DistanceUnits.INCHES, 120, 0));
4242
addCommands(new DriveStraightOnHeading(-0.1, DistanceUnits.INCHES, 6, 0));
4343

44-
addCommands(new ShooterReadyAimFire(6.0));
45-
4644
// turn the wheel off now that the shooting is all done
4745
addCommands(new ShooterSetWheel(0.0));
4846

0 commit comments

Comments
 (0)