0.1 interval to stopping

This commit is contained in:
Jason Wen
2024-07-24 16:57:42 -04:00
parent 2cc53b6e69
commit e0414b4528
+1 -1
View File
@@ -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: