|
|
@ -294,9 +294,6 @@ class Controls: |
|
|
|
self.events.add(EventName.posenetInvalid) |
|
|
|
self.events.add(EventName.posenetInvalid) |
|
|
|
if not self.sm['liveLocationKalman'].deviceStable: |
|
|
|
if not self.sm['liveLocationKalman'].deviceStable: |
|
|
|
self.events.add(EventName.deviceFalling) |
|
|
|
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: |
|
|
|
if not REPLAY: |
|
|
|
# Check for mismatch between openpilot and car's PCM |
|
|
|
# Check for mismatch between openpilot and car's PCM |
|
|
|