Skip to content

Commit

Permalink
Merge pull request #93 from frc937/x-mode-after-aiming
Browse files Browse the repository at this point in the history
Create new command in AimAndFireRoutine
  • Loading branch information
MarissaKoglesby authored Mar 1, 2024
2 parents 98a5399 + d6d59d3 commit c8cc8f6
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 c8cc8f6

Please sign in to comment.