Skip to content

Commit

Permalink
Add soft alert on Eon for GM when LKAS button off
Browse files Browse the repository at this point in the history
  • Loading branch information
kegman committed Dec 23, 2019
1 parent 83a0c3e commit 6e9e3c8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions selfdrive/car/gm/interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,8 @@ def update(self, c, can_strings):

events = []

if not self.CS.lkMode:
events.append(create_event('manualSteeringRequired', [ET.WARNING]))
#if cruiseEnabled and (self.CS.left_blinker_on or self.CS.right_blinker_on):
# events.append(create_event('manualSteeringRequiredBlinkersOn', [ET.WARNING]))

Expand Down

0 comments on commit 6e9e3c8

Please sign in to comment.