-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hyundai CAN-FD: Add CAN fingerprint fallback checks for HDA2 detection #1285
Hyundai CAN-FD: Add CAN fingerprint fallback checks for HDA2 detection #1285
Conversation
opendbc/car/hyundai/interface.py
Outdated
# Some HDA2 cars do not respond ADAS Driving ECU if the known HDA2 steering messages are present. | ||
# The hda2 flag to initialize CanBus is not critical here since we only care about CAM bus steering messages. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think we've ever verified what is sending LFA here btw. The ADAS could actually exist but behind a new gateway (a FW scan on OBD port should show it), or it could actually not exist and radar might take over this function.
Co-authored-by: Jason Young <[email protected]>
68c6ae7
to
f0a4a50
Compare
Offline Validation
|
Looks good! PR review bot fail looks to be a Docker outage. |
* HKG: Car Port for Genesis G80 2024 (2.5T, HDA2) * Apply #1284 * Apply #1285 * add test route * Update opendbc/car/hyundai/values.py Co-authored-by: Jason Young <[email protected]> --------- Co-authored-by: Jason Young <[email protected]>
Description
Add fallback detection for HDA2 cars using CAM bus fingerprinting when ADAS Driving ECU response is absent.
Prerequisite of