Max Speed - init

This commit is contained in:
Rick Lan
2025-04-18 08:30:35 +08:00
parent c7b91221ff
commit f08abf48c5
+1 -1
View File
@@ -21,7 +21,7 @@ from opendbc.can.parser import CANParser
GearShifter = structs.CarState.GearShifter
ButtonType = structs.CarState.ButtonEvent.Type
V_CRUISE_MAX = 145
V_CRUISE_MAX = 160
MAX_CTRL_SPEED = (V_CRUISE_MAX + 4) * CV.KPH_TO_MS
ACCEL_MAX = 2.0
ACCEL_MIN = -3.5