Skip to content

Commit 84df0cb

Browse files
author
ethan jones
committed
addressing PR review
1 parent 1777f2e commit 84df0cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/main/java/org/sciborgs1155/robot/Robot.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ private void configureBindings() {
269269
.deadlineWith(Commands.idle(shooter)))
270270
.toggleOnTrue(led.raindrop());
271271

272-
operator.y().onTrue(shooting.feedToAmp(x, y));
272+
operator.y().whileTrue(shooting.feedToAmp(x, y));
273273

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

0 commit comments

Comments
 (0)