We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1777f2e commit 84df0cbCopy full SHA for 84df0cb
src/main/java/org/sciborgs1155/robot/Robot.java
@@ -269,7 +269,7 @@ private void configureBindings() {
269
.deadlineWith(Commands.idle(shooter)))
270
.toggleOnTrue(led.raindrop());
271
272
- operator.y().onTrue(shooting.feedToAmp(x, y));
+ operator.y().whileTrue(shooting.feedToAmp(x, y));
273
274
// operator manual shoot (povDown)
275
operator.povDown().whileTrue(shooting.shoot(RadiansPerSecond.of(350))).whileTrue(led.rainbow());
0 commit comments