Skip to content

Commit

Permalink
temp: remove amp lock for staging
Browse files Browse the repository at this point in the history
  • Loading branch information
rutmanz authored Oct 19, 2024
1 parent 716aea1 commit e1fddf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/team1540/robot2024/RobotContainer.java
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ private void configureButtonBindings() {

copilot.x().whileTrue(new ShootSequence(shooter, indexer));
// coop:button(A,[HOLD] PreAmp,copilot)
copilot.a().whileTrue(new AmpScoreStageSequence(indexer, tramp, elevator).alongWith(ampLock));
copilot.a().whileTrue(new AmpScoreStageSequence(indexer, tramp, elevator));
// coop:button(B,[HOLD] SHOOT,copilot)
copilot.b()
.and(shooter::areFlywheelsSpunUp)
Expand Down

0 comments on commit e1fddf2

Please sign in to comment.