mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-06-25 07:52:03 +08:00
Max Speed - init
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user