Skip to content

Commit

Permalink
addressing PR review
Browse files Browse the repository at this point in the history
  • Loading branch information
ethan jones committed Oct 9, 2024
1 parent 1777f2e commit 84df0cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/sciborgs1155/robot/Robot.java
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ private void configureBindings() {
.deadlineWith(Commands.idle(shooter)))
.toggleOnTrue(led.raindrop());

operator.y().onTrue(shooting.feedToAmp(x, y));
operator.y().whileTrue(shooting.feedToAmp(x, y));

// operator manual shoot (povDown)
operator.povDown().whileTrue(shooting.shoot(RadiansPerSecond.of(350))).whileTrue(led.rainbow());
Expand Down

0 comments on commit 84df0cb

Please sign in to comment.