IQ.Pilot Release Commit @ 2b39aa6
This commit is contained in:
@@ -32,7 +32,6 @@ class CarInterface(CarInterfaceBase):
|
||||
ret.safetyConfigs[0].safetyParam |= RivianSafetyFlags.LONG_CONTROL.value
|
||||
|
||||
ret.longitudinalActuatorDelay = 0.35
|
||||
ret.vEgoStopping = 0.25
|
||||
ret.stopAccel = 0
|
||||
|
||||
return ret
|
||||
@@ -40,6 +39,8 @@ class CarInterface(CarInterfaceBase):
|
||||
@staticmethod
|
||||
def _get_params_iq(stock_cp: structs.CarParams, ret: structs.IQCarParams, candidate, fingerprint: dict[int, dict[int, int]],
|
||||
car_fw: list[structs.CarParams.CarFw], alpha_long: bool, is_release_iq: bool, docs: bool) -> structs.IQCarParams:
|
||||
# Longitudinal harness upgrade advertises msg 0x31a on bus 5; when present it
|
||||
# unlocks radar, blind-spot and openpilot longitudinal on Rivian.
|
||||
if 0x31a in fingerprint[5]:
|
||||
ret.flags |= RivianFlagsIQ.LONGITUDINAL_HARNESS_UPGRADE.value
|
||||
stock_cp.radarUnavailable = False
|
||||
|
||||
Reference in New Issue
Block a user