|
|
|
@ -94,6 +94,7 @@ procs = [ |
|
|
|
|
PythonProcess("qcomgpsd", "system.qcomgpsd.qcomgpsd", qcomgps, enabled=TICI), |
|
|
|
|
PythonProcess("pandad", "selfdrive.pandad.pandad", always_run), |
|
|
|
|
PythonProcess("paramsd", "selfdrive.locationd.paramsd", only_onroad), |
|
|
|
|
PythonProcess("lagd", "selfdrive.locationd.lagd", only_onroad), |
|
|
|
|
NativeProcess("ubloxd", "system/ubloxd", ["./ubloxd"], ublox, enabled=TICI), |
|
|
|
|
PythonProcess("pigeond", "system.ubloxd.pigeond", ublox, enabled=TICI), |
|
|
|
|
PythonProcess("plannerd", "selfdrive.controls.plannerd", not_long_maneuver), |
|
|
|
|