Closed Paperboypaddy closed 1 year ago
Got three errors in total while running dummy_publishers.py.
In thermald.py sm = messaging.SubMaster was missing driverMonitoringState and driverState and in controlsd.py was missing driverState from self.sm = messaging.SubMaster
sm = messaging.SubMaster
driverMonitoringState
driverState
self.sm = messaging.SubMaster
closing this for now since not able to reproduce the issue
Got three errors in total while running dummy_publishers.py.
In thermald.py
sm = messaging.SubMaster
was missingdriverMonitoringState
anddriverState
and in controlsd.py was missingdriverState
fromself.sm = messaging.SubMaster