mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-05 21:42:05 +08:00
chyrsler: add comment about radar parsing
old-commit-hash: dad948983a7ff26ffc073c536bd1e99b5d826cec
This commit is contained in:
@@ -12,6 +12,7 @@ class CarInterface(CarInterfaceBase):
|
||||
ret.carName = "chrysler"
|
||||
ret.dashcamOnly = candidate in RAM_HD
|
||||
|
||||
# radar parsing needs some work, see https://github.com/commaai/openpilot/issues/26842
|
||||
ret.radarUnavailable = True # DBC[candidate]['radar'] is None
|
||||
ret.steerActuatorDelay = 0.1
|
||||
ret.steerLimitTimer = 0.4
|
||||
|
||||
Reference in New Issue
Block a user