Skip to content

Commit

Permalink
Merge pull request #1 from szfp98/nandi
Browse files Browse the repository at this point in the history
reference speed update
  • Loading branch information
szfp98 authored Mar 25, 2024
2 parents a4e4da7 + b39f12d commit 621ac09
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ public int getJoystickPosition() {
public void overrideJoystickPosition(int joystickPosition) {
this.joystickPosition = joystickPosition;
controller.setJoystickPosition(joystickPosition);

controller.followSpeed();
}

}

0 comments on commit 621ac09

Please sign in to comment.