hyundai: add comment with link to PR for corner radars

old-commit-hash: 1a74ed91eedd829b411a103efbfb0b425c323b05
This commit is contained in:
Adeeb Shihadeh
2023-10-07 16:23:47 -07:00
parent fa673c0cdf
commit ab6e83ec98
+1
View File
@@ -8,6 +8,7 @@ from openpilot.selfdrive.car.hyundai.values import DBC
RADAR_START_ADDR = 0x500
RADAR_MSG_COUNT = 32
# POC for parsing corner radars: https://github.com/commaai/openpilot/pull/24221/
def get_radar_can_parser(CP):
if DBC[CP.carFingerprint]['radar'] is None: