We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf6a964 commit f5c45a0Copy full SHA for f5c45a0
src/main/java/wmironpatriots/Robot.java
@@ -255,7 +255,7 @@ public Robot() {
255
tail.setRollerSpeedCmmd(.5)
256
.alongWith(chute.runChuteSpeedCmmd(-.1))
257
.until(() -> tail.beamTripped = true)
258
- .andThen(tail.setRollerTimecmmd(.5, 1)));
+ .andThen(tail.setRollerTimecmmd(.5, 1)).alongWith(chute.runChuteSpeedCmmd(0)));
259
260
// // * OUTTAKING CORAL COMMAND
261
operatorController
0 commit comments