Skip to content

Commit

Permalink
controlsd: handle controls mismatch race (commaai#24245)
Browse files Browse the repository at this point in the history
* controlsd: handle controls mismatch race

* update refs
  • Loading branch information
adeebshihadeh authored Apr 19, 2022
1 parent f6034ec commit 233a167
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions selfdrive/controls/lib/events.py
Original file line number Diff line number Diff line change
Expand Up @@ -724,6 +724,7 @@ def joystick_alert(CP: car.CarParams, sm: messaging.SubMaster, metric: bool, sof

EventName.controlsMismatch: {
ET.IMMEDIATE_DISABLE: ImmediateDisableAlert("Controls Mismatch"),
ET.NO_ENTRY: NoEntryAlert("Controls Mismatch"),
},

EventName.roadCameraError: {
Expand Down
2 changes: 1 addition & 1 deletion selfdrive/test/process_replay/ref_commit
Original file line number Diff line number Diff line change
@@ -1 +1 @@
dea753b12032ad2c50b4a163a3077a8530267800
22356d49a926a62c01d698d77c1f323016b68fd8

0 comments on commit 233a167

Please sign in to comment.