flowdriveai / flowpilot

flow-pilot is an openpilot based driver assistance system that runs on linux, windows and android powered machines.
GNU General Public License v3.0
1.67k stars 240 forks source link

Fixed errors on thermald and controlsd #30

Closed Paperboypaddy closed 1 year ago

Paperboypaddy commented 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

MankaranSingh commented 1 year ago

closing this for now since not able to reproduce the issue