Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Thierry-Lachance authored Feb 29, 2024
1 parent 104f08c commit 0065cb0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public AutoShootToSideCommand(
addCommands(new SetRobotAngleCommand(drivetrain, limelight));
addCommands(new SetShooterStateCommand(shooter));
addCommands(new WaitXSecondCommand(5));//to speed up
addCommands(new ShootNoteCommand());
addCommands(new ShootNoteCommand(intake));
addCommands(new SetShooterStateCommand(shooter));
addCommands(new AvancerXmCommand(drivetrain, 2));
}
Expand Down

0 comments on commit 0065cb0

Please sign in to comment.