Skip to content

Commit

Permalink
Working
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelLesirge committed Mar 15, 2024
1 parent 75c2353 commit 504847e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/frc/robot/commands/Autos.java
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ public static Command shootInSpeaker(SwerveDrivetrain drivetrain, Arm arm, Intak
return Commands.sequence(
Commands.parallel(
new SpinFlywheelShooterForTime(shooter, IntakeShooterConstants.FLYWHEEL_SHOOTER_SPEED_SPEAKER,
1.5),
1.7),
new ArmRotateTo(arm, ArmConstants.ARM_SPEAKER_SHOOTING_DEGREES)),
new SpinIntakeGrabbers(shooter, IntakeShooterConstants.INTAKE_GRABBER_SPEED_SPEAKER),
new WaitCommand(0.2),
Expand Down

0 comments on commit 504847e

Please sign in to comment.