Skip to content

Commit

Permalink
fix missing visual dash alerts
Browse files Browse the repository at this point in the history
  • Loading branch information
sshane committed Jan 15, 2025
1 parent 2054495 commit f74fe26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions selfdrive/selfdrived/selfdrived.py
Original file line number Diff line number Diff line change
Expand Up @@ -440,6 +440,7 @@ def publish_selfdriveState(self, CS):
ss.alertStatus = self.AM.current_alert.alert_status
ss.alertType = self.AM.current_alert.alert_type
ss.alertSound = self.AM.current_alert.audible_alert
ss.alertHudVisual = self.AM.current_alert.visual_alert

self.pm.send('selfdriveState', ss_msg)

Expand Down

0 comments on commit f74fe26

Please sign in to comment.