Skip to content
This repository has been archived by the owner on Dec 16, 2023. It is now read-only.

Commit

Permalink
fix.. radar...tracks
Browse files Browse the repository at this point in the history
  • Loading branch information
ajouatom committed Aug 28, 2023
1 parent 443aaae commit c8394ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion selfdrive/car/hyundai/radar_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def get_radar_can_parser(CP):

print("RadarInterface: RadarTracks..")
#return CANParser(DBC[CP.carFingerprint]['radar'], messages, 1)
return CANParser('hyundai_kia_mando_front_radar_generated', signals, checks, 1)
return CANParser('hyundai_kia_mando_front_radar_generated', messages, 1)

else:
print("RadarInterface: SCCRadar...")
Expand Down

0 comments on commit c8394ec

Please sign in to comment.