mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-02-18 23:23:53 +08:00
fix bugs
This commit is contained in:
@@ -54,7 +54,7 @@ class Controls:
|
||||
|
||||
self.sm = sm
|
||||
if self.sm is None:
|
||||
socks = ['thermal', 'health', 'model', 'liveCalibration', 'radarState',
|
||||
socks = ['thermal', 'health', 'model', 'liveCalibration', 'radarState', 'frontFrame',
|
||||
'dMonitoringState', 'plan', 'pathPlan', 'liveLocationKalman', 'dragonConf']
|
||||
ignore_alive = None if params.get('dp_driver_monitor') == b'1' else ['dMonitoringState']
|
||||
self.sm = messaging.SubMaster(socks, ignore_alive=ignore_alive)
|
||||
|
||||
Reference in New Issue
Block a user