Honda: add logging request for radarless Civic 2022+ camera (#31176)

* try tester present

* radar

* rm whitelist

* refs
old-commit-hash: 52d7cfa689
chrysler-long2
Shane Smiskol 1 year ago committed by GitHub
parent 8ba8d7d554
commit 2e4f6b23fe
  1. 7
      selfdrive/car/honda/values.py
  2. 2
      selfdrive/car/tests/test_fw_fingerprint.py

@ -169,6 +169,13 @@ FW_QUERY_CONFIG = FwQueryConfig(
),
# Data collection requests:
# Attempt to get the radarless Civic 2022+ camera FW
Request(
[StdQueries.TESTER_PRESENT_REQUEST, StdQueries.UDS_VERSION_REQUEST],
[StdQueries.TESTER_PRESENT_RESPONSE, StdQueries.UDS_VERSION_RESPONSE],
bus=0,
logging=True
),
# Log extra identifiers for current ECUs
Request(
[HONDA_VERSION_REQUEST],

@ -244,7 +244,7 @@ class TestFwFingerprintTiming(unittest.TestCase):
'body': 0.1,
'chrysler': 0.3,
'ford': 0.2,
'honda': 0.45,
'honda': 0.55,
'hyundai': 0.65,
'mazda': 0.2,
'nissan': 0.8,

Loading…
Cancel
Save