|
|
@ -17,7 +17,7 @@ procs = [ |
|
|
|
NativeProcess("proclogd", "selfdrive/proclogd", ["./proclogd"]), |
|
|
|
NativeProcess("proclogd", "selfdrive/proclogd", ["./proclogd"]), |
|
|
|
NativeProcess("sensord", "selfdrive/sensord", ["./sensord"], enabled=not PC, persistent=EON, sigkill=EON), |
|
|
|
NativeProcess("sensord", "selfdrive/sensord", ["./sensord"], enabled=not PC, persistent=EON, sigkill=EON), |
|
|
|
NativeProcess("ubloxd", "selfdrive/locationd", ["./ubloxd"], enabled=(not PC or WEBCAM)), |
|
|
|
NativeProcess("ubloxd", "selfdrive/locationd", ["./ubloxd"], enabled=(not PC or WEBCAM)), |
|
|
|
NativeProcess("ui", "selfdrive/ui", ["./ui"], persistent=True, watchdog_max_dt=(10 if TICI else None)), |
|
|
|
NativeProcess("ui", "selfdrive/ui", ["./ui"], persistent=True, watchdog_max_dt=(5 if TICI else None)), |
|
|
|
NativeProcess("soundd", "selfdrive/ui", ["./soundd"]), |
|
|
|
NativeProcess("soundd", "selfdrive/ui", ["./soundd"]), |
|
|
|
NativeProcess("locationd", "selfdrive/locationd", ["./locationd"]), |
|
|
|
NativeProcess("locationd", "selfdrive/locationd", ["./locationd"]), |
|
|
|
PythonProcess("calibrationd", "selfdrive.locationd.calibrationd"), |
|
|
|
PythonProcess("calibrationd", "selfdrive.locationd.calibrationd"), |
|
|
|