Skip to content
This repository has been archived by the owner on Nov 29, 2024. It is now read-only.

Commit

Permalink
missed a spot
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverstivers committed Mar 24, 2024
1 parent d7f97f3 commit c4966bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/frc/robot/autos/CenterAuto.java
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public CenterAuto(SwerveDrive swerve, RotatorSubsystem rotator, ShooterSubsystem
new FollowPathAndIntake(swerve, intake, rotator,
PathPlannerPath.fromChoreoTrajectory(
"pickup middle ring 1")),
new InstantCommand(() -> shooter.stopShooterMotors())),
shooter.stopShooterMotorsCommand()),
new FollowPathAndReadyShooter(swerve, intake, rotator, shooter,
PathPlannerPath.fromChoreoTrajectory("shoot middle ring 1"),
new Translation2d(2.6544923782348633, 6.280165195465088)),
Expand Down

0 comments on commit c4966bc

Please sign in to comment.