Skip to content

Commit f5c45a0

Browse files
committed
fixed roller command
1 parent bf6a964 commit f5c45a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/wmironpatriots/Robot.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ public Robot() {
255255
tail.setRollerSpeedCmmd(.5)
256256
.alongWith(chute.runChuteSpeedCmmd(-.1))
257257
.until(() -> tail.beamTripped = true)
258-
.andThen(tail.setRollerTimecmmd(.5, 1)));
258+
.andThen(tail.setRollerTimecmmd(.5, 1)).alongWith(chute.runChuteSpeedCmmd(0)));
259259

260260
// // * OUTTAKING CORAL COMMAND
261261
operatorController

0 commit comments

Comments
 (0)