Skip to content

Commit

Permalink
Create new command in AimAndFireRoutine
Browse files Browse the repository at this point in the history
  • Loading branch information
MarissaKoglesby committed Mar 1, 2024
1 parent 55dc8e5 commit d6d59d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/frc/robot/commands/AimAndFireRoutine.java
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ public AimAndFireRoutine() {
Constants.Limelight.AimingLimelight.TURN_DONE_THRESHOLD,
Constants.Limelight.AimingLimelight.DISTANCE_DONE_THRESHOLD,
Constants.Limelight.AimingLimelight.AMP_APRILTAG_HEIGHT),
new EnterXMode(),
new ParallelDeadlineGroup(
new WaitCommand(Constants.Auto.FIRE_NOTE_FOR_TIME), new FireNoteRoutine()));
}
Expand Down

0 comments on commit d6d59d3

Please sign in to comment.