Skip to content

Commit

Permalink
Stop rumbling explicitly when intake command ends
Browse files Browse the repository at this point in the history
  • Loading branch information
aschokking committed Apr 4, 2024
1 parent 1c1eab8 commit c2656f1
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ public void execute() {
@Override
public void end(boolean interrupted) {
super.end(interrupted);
oi.operatorGamepadAdvanced.getRumbleManager().rumbleGamepad(0, 0.7);
oi.operatorFundamentalsGamepad.getRumbleManager().rumbleGamepad(0, 0.7);
oi.driverGamepad.getRumbleManager().rumbleGamepad(0, 0.7);

collector.stop();

}
Expand Down

0 comments on commit c2656f1

Please sign in to comment.