@@ -47,7 +47,6 @@ def qcomgps(started, params, CP: car.CarParams) -> bool:
47
47
NativeProcess ("mapsd" , "selfdrive/navd" , ["./mapsd" ]),
48
48
NativeProcess ("navmodeld" , "selfdrive/modeld" , ["./navmodeld" ]),
49
49
NativeProcess ("sensord" , "system/sensord" , ["./sensord" ], enabled = not PC ),
50
- NativeProcess ("ui" , "selfdrive/ui" , ["./ui" ], offroad = True , watchdog_max_dt = (5 if not PC else None ), always_watchdog = True ),
51
50
NativeProcess ("soundd" , "selfdrive/ui/soundd" , ["./soundd" ]),
52
51
NativeProcess ("locationd" , "selfdrive/locationd" , ["./locationd" ]),
53
52
NativeProcess ("boardd" , "selfdrive/boardd" , ["./boardd" ], enabled = False ),
@@ -70,6 +69,7 @@ def qcomgps(started, params, CP: car.CarParams) -> bool:
70
69
PythonProcess ("updated" , "selfdrive.updated" , enabled = not PC , onroad = False , offroad = True ),
71
70
PythonProcess ("uploader" , "system.loggerd.uploader" , offroad = True ),
72
71
PythonProcess ("statsd" , "selfdrive.statsd" , offroad = True ),
72
+ NativeProcess ("ui" , "selfdrive/ui" , ["./ui" ], offroad = True , watchdog_max_dt = (5 if not PC else None ), always_watchdog = True ),
73
73
74
74
PythonProcess ("gpxd" , "selfdrive.gpxd.gpxd" ),
75
75
PythonProcess ("gpxd_uploader" , "selfdrive.gpxd.gpx_uploader" , offroad = True ),
0 commit comments