Skip to content

Commit

Permalink
hide WATCH_FOR_SURROUNDING_VEHICLES
Browse files Browse the repository at this point in the history
  • Loading branch information
royjr committed Dec 21, 2024
1 parent 931370d commit f344320
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions opendbc/car/hyundai/hyundaicanfd.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,9 @@ def create_ccnc(packer, CAN, frame, CP, CC, CS):
msg_162[f] = 0

# HIDE ALERTS
if msg_161.get("ALERTS_5") == 2: # WATCH_FOR_SURROUNDING_VEHICLES
msg_161["ALERTS_5"] = 0

if msg_161.get("ALERTS_5") == 4: # SMART_CRUISE_CONTROL_CONDITIONS_NOT_MET
msg_161["ALERTS_5"] = 0

Expand Down

0 comments on commit f344320

Please sign in to comment.