Skip to content

Commit

Permalink
Fixed Source 543 Stage path bug
Browse files Browse the repository at this point in the history
  • Loading branch information
danjburke12 committed Apr 4, 2024
1 parent 98030c7 commit d4f4ddb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -433,8 +433,8 @@ public AutonomousCommand source543Stage() {
driveToPoseWhileShooting(
getFirstPose("Source543Stage.2"), FinishedState.END_AFTER_SHOOTING_AND_MOVING),
followChoreoPathAndSeekNote("Source543Stage.2"),
efficientlyPreWarmShootAndDrive("Source543Stage.3", "CenterB342Stage.4", AutoNote.M4),
efficientlyPreWarmShootAndDrive("Source543Stage.5", "CenterB342Stage.6", AutoNote.M4),
efficientlyPreWarmShootAndDrive("Source543Stage.3", "Source543Stage.4", AutoNote.M4),
efficientlyPreWarmShootAndDrive("Source543Stage.5", "Source543Stage.6", AutoNote.M3),
driveBackPreWarmAndShoot("Source543Stage.7"))
.withName("Source453stageAuto");
return new AutonomousCommand(command, mPathBuilder.buildAndClear());
Expand Down

0 comments on commit d4f4ddb

Please sign in to comment.