|
|
@ -81,7 +81,7 @@ procs = [ |
|
|
|
|
|
|
|
|
|
|
|
PythonProcess("sensord", "system.sensord.sensord", only_onroad, enabled=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, watchdog_max_dt=(5 if not PC else None)), |
|
|
|
PythonProcess("ui", "selfdrive.ui.ui", always_run, watchdog_max_dt=(5 if not PC else None)), |
|
|
|
PythonProcess("ui", "selfdrive.ui.ui", always_run), |
|
|
|
PythonProcess("soundd", "selfdrive.ui.soundd", only_onroad), |
|
|
|
PythonProcess("soundd", "selfdrive.ui.soundd", only_onroad), |
|
|
|
PythonProcess("locationd", "selfdrive.locationd.locationd", only_onroad), |
|
|
|
PythonProcess("locationd", "selfdrive.locationd.locationd", only_onroad), |
|
|
|
NativeProcess("_pandad", "selfdrive/pandad", ["./pandad"], always_run, enabled=False), |
|
|
|
NativeProcess("_pandad", "selfdrive/pandad", ["./pandad"], always_run, enabled=False), |
|
|
|