mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-07-25 11:52:20 +08:00
0.1 interval to stopping
This commit is contained in:
@@ -105,7 +105,7 @@ class CarInterface(CarInterfaceBase):
|
||||
ret.startingState = True
|
||||
ret.vEgoStarting = 0.1
|
||||
ret.startAccel = 1.8
|
||||
ret.stoppingDecelRate = 2.0 # reach standstill quickly after entering stopping state
|
||||
ret.stoppingDecelRate = 10.0 # reach standstill quickly after entering stopping state
|
||||
ret.longitudinalActuatorDelay = 0.5
|
||||
|
||||
if DBC[ret.carFingerprint]["radar"] is None:
|
||||
|
||||
Reference in New Issue
Block a user