Skip to content

Commit

Permalink
Honda: add logging request for radarless Civic 2022+ camera (commaai#…
Browse files Browse the repository at this point in the history
…31176)

* try tester present

* radar

* rm whitelist

* refs
  • Loading branch information
sshane authored Jan 26, 2024
1 parent d1a8ec0 commit 52d7cfa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions selfdrive/car/honda/values.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,13 @@ def init_make(self, CP: car.CarParams):
),

# 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],
Expand Down
2 changes: 1 addition & 1 deletion selfdrive/car/tests/test_fw_fingerprint.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ def test_fw_query_timing(self):
'body': 0.1,
'chrysler': 0.3,
'ford': 0.2,
'honda': 0.45,
'honda': 0.55,
'hyundai': 0.65,
'mazda': 0.2,
'nissan': 0.8,
Expand Down

0 comments on commit 52d7cfa

Please sign in to comment.