V_CRUISE_MIN

This commit is contained in:
lucky lin
2024-04-17 10:51:47 +08:00
committed by GitHub
parent bdc197052b
commit b85bccc0c0
+3 -3
View File
@@ -9,10 +9,10 @@ from openpilot.common.realtime import DT_CTRL
# WARNING: this value was determined based on the model's training distribution,
# model predictions above this speed can be unpredictable
# V_CRUISE's are in kph
V_CRUISE_MIN = 8
V_CRUISE_MAX = 145
V_CRUISE_MIN = 23 #For Baby Enclave 8
V_CRUISE_MAX = 146 #For Baby Enclave 145
V_CRUISE_UNSET = 255
V_CRUISE_INITIAL = 40
V_CRUISE_INITIAL = 23 #For Baby Enclave 40
V_CRUISE_INITIAL_EXPERIMENTAL_MODE = 105
IMPERIAL_INCREMENT = 1.6 # should be CV.MPH_TO_KPH, but this causes rounding errors