Skip to content

Commit

Permalink
Cruise speed: up to 90mph max (commaai#23161)
Browse files Browse the repository at this point in the history
* Cruise speed: up to 90mph max

* update ref
  • Loading branch information
haraschax authored Dec 7, 2021
1 parent 1501c2e commit d1b003c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion selfdrive/controls/lib/drive_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from selfdrive.modeld.constants import T_IDXS

# kph
V_CRUISE_MAX = 135
V_CRUISE_MAX = 145
V_CRUISE_MIN = 8
V_CRUISE_ENABLE_MIN = 40

Expand Down
2 changes: 1 addition & 1 deletion selfdrive/test/process_replay/ref_commit
Original file line number Diff line number Diff line change
@@ -1 +1 @@
a64f5f3d44b2d96c5b555dd91172e5e8d760edb2
7dad09224e82177e1da44b89a253c343be45dd38

0 comments on commit d1b003c

Please sign in to comment.