mirror of
https://github.com/MoreTore/openpilot.git
synced 2026-08-05 00:05:59 +08:00
controlsd: remove duplicate event relayMalfunction (#23392)
old-commit-hash: 0357cf2af0
This commit is contained in:
@@ -294,9 +294,6 @@ class Controls:
|
||||
self.events.add(EventName.posenetInvalid)
|
||||
if not self.sm['liveLocationKalman'].deviceStable:
|
||||
self.events.add(EventName.deviceFalling)
|
||||
for pandaState in self.sm['pandaStates']:
|
||||
if log.PandaState.FaultType.relayMalfunction in pandaState.faults:
|
||||
self.events.add(EventName.relayMalfunction)
|
||||
|
||||
if not REPLAY:
|
||||
# Check for mismatch between openpilot and car's PCM
|
||||
|
||||
Reference in New Issue
Block a user