We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b175f0 commit f43a539Copy full SHA for f43a539
1 file changed
src/main/java/frc/robot/RobotContainer.java
@@ -383,8 +383,7 @@ private void configureButtonBindings() {
383
operatorController
384
.rightTrigger(0.1)
385
.and(() -> !operatorController.pov(0).getAsBoolean())
386
- .toggleOnTrue(
387
- orchestrator.spinUpShooterDistance(orchestrator.getHubDistance()));
+ .toggleOnTrue(orchestrator.spinUpShooterDistance(orchestrator.getHubDistance()));
388
389
390
.and(operatorController.pov(0))
0 commit comments