rm watchdog (#36425)

This commit is contained in:
Adeeb Shihadeh
2025-10-22 15:36:09 -07:00
committed by GitHub
parent f983df0c70
commit 5af1099fbf
8 changed files with 3 additions and 83 deletions
+1 -1
View File
@@ -80,7 +80,7 @@ procs = [
PythonProcess("dmonitoringmodeld", "selfdrive.modeld.dmonitoringmodeld", driverview, enabled=(WEBCAM or not PC)),
PythonProcess("sensord", "system.sensord.sensord", only_onroad, enabled=not PC),
# NativeProcess("ui", "selfdrive/ui", ["./ui"], always_run, enabled=False, watchdog_max_dt=(5 if not PC else None)),
# NativeProcess("ui", "selfdrive/ui", ["./ui"], always_run, enabled=False),
PythonProcess("ui", "selfdrive.ui.ui", always_run),
PythonProcess("soundd", "selfdrive.ui.soundd", only_onroad),
PythonProcess("locationd", "selfdrive.locationd.locationd", only_onroad),