mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-09-15 04:23:43 +08:00
Ram HD: remove from dashcam (#164)
* Added support for Ram steer to 0/7 * Made the suggested changes Also added in additional FW to support the other trucks. * Spacing * Spacing * Match stock * Match stock * Reverted FW changes * Put back the max steer * Bring back comment * Unused * Remove DashCamOnly for HD --------- Co-authored-by: Jason Wen <haibin.wen3@gmail.com>
This commit is contained in:
@@ -10,7 +10,6 @@ class CarInterface(CarInterfaceBase):
|
||||
@staticmethod
|
||||
def _get_params(ret, candidate, fingerprint, car_fw, experimental_long, docs):
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user