mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-06-23 23:12:04 +08:00
Cruise speed: up to 90mph max (#23161)
* Cruise speed: up to 90mph max * update ref
This commit is contained in:
@@ -6,7 +6,7 @@ from selfdrive.config import Conversions as CV
|
||||
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
|
||||
|
||||
|
||||
@@ -1 +1 @@
|
||||
a64f5f3d44b2d96c5b555dd91172e5e8d760edb2
|
||||
7dad09224e82177e1da44b89a253c343be45dd38
|
||||
Reference in New Issue
Block a user