|
|
@ -19,7 +19,7 @@ procs = [ |
|
|
|
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=(5 if TICI else None)), |
|
|
|
NativeProcess("ui", "selfdrive/ui", ["./ui"], persistent=True, watchdog_max_dt=(5 if TICI else None)), |
|
|
|
NativeProcess("soundd", "selfdrive/ui/soundd", ["./soundd"]), |
|
|
|
NativeProcess("soundd", "selfdrive/ui/soundd", ["./soundd"], persistent=True), |
|
|
|
NativeProcess("locationd", "selfdrive/locationd", ["./locationd"]), |
|
|
|
NativeProcess("locationd", "selfdrive/locationd", ["./locationd"]), |
|
|
|
NativeProcess("boardd", "selfdrive/boardd", ["./boardd"], enabled=False), |
|
|
|
NativeProcess("boardd", "selfdrive/boardd", ["./boardd"], enabled=False), |
|
|
|
PythonProcess("calibrationd", "selfdrive.locationd.calibrationd"), |
|
|
|
PythonProcess("calibrationd", "selfdrive.locationd.calibrationd"), |
|
|
|