Skip to content

Commit

Permalink
dumb auton fix
Browse files Browse the repository at this point in the history
  • Loading branch information
PGgit08 committed Mar 14, 2024
1 parent 5d8a486 commit c4bcfce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/frc/robot/commands/shooter/AutonShoot.java
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public AutonShoot(
// addCommands(new FooCommand(), new BarCommand());
addCommands(
// Parallel command group that aims, revs, and squeezes note. ONLY APPLIES TO PRELOADED NOTE.
new ParallelRaceGroup(
new ParallelCommandGroup(
new SpinShooter(shooter, ShooterState.SHOOT).withTimeout(3),
new AutoAim(shooter, elevator, leds, swerve, Presets.CLOSE_SHOOTER_ANGLE, Presets.CLOSE_ELEVATOR_HEIGHT, this::headingPreset).withTimeout(2),
new FeedActuate(intake, FeedMode.INTAKE).withTimeout(4)
Expand Down

0 comments on commit c4bcfce

Please sign in to comment.