File tree Expand file tree Collapse file tree 4 files changed +3
-3
lines changed
Expand file tree Collapse file tree 4 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22import cereal .messaging as messaging
33from openpilot .common .params import Params
44from openpilot .common .realtime import config_realtime_process
5- from openpilot .selfdrive .monitoring .helpers import DriverMonitoring
5+ from openpilot .selfdrive .monitoring .policy import DriverMonitoring
66
77
88def dmonitoringd_thread ():
File renamed without changes.
Original file line number Diff line number Diff line change 22
33from cereal import log
44from openpilot .common .realtime import DT_DMON
5- from openpilot .selfdrive .monitoring .helpers import DriverMonitoring , DRIVER_MONITOR_SETTINGS
5+ from openpilot .selfdrive .monitoring .policy import DriverMonitoring , DRIVER_MONITOR_SETTINGS
66
77EventName = log .OnroadEvent .EventName
88dm_settings = DRIVER_MONITOR_SETTINGS ()
Original file line number Diff line number Diff line change 66from openpilot .system .ui .lib .application import gui_app
77from openpilot .system .ui .widgets import Widget
88from openpilot .selfdrive .ui .ui_state import ui_state
9- from openpilot .selfdrive .monitoring .helpers import face_orientation_from_net
9+ from openpilot .selfdrive .monitoring .policy import face_orientation_from_net
1010
1111AlertSize = log .SelfdriveState .AlertSize
1212
You can’t perform that action at this time.
0 commit comments