fix.. DM ignore..

This commit is contained in:
ajouatom 2025-04-21 20:30:14 +09:00
parent 818e78c677
commit 7d4f1cfb28

View File

@ -76,7 +76,7 @@ class SelfdriveD:
ignore += ['driverCameraState', 'managerState']
elif self.disable_dm > 0:
self.camera_packets.remove("driverCameraState")
ignore += ['driverMonitoringState']
ignore += ['driverMonitoringState']
if REPLAY:
# no vipc in replay will make them ignored anyways