Run locationd

This commit is contained in:
Willem Melching 2020-02-17 17:19:43 -08:00
parent 8ba5ef3209
commit 03dbafb105

View file

@ -140,6 +140,7 @@ managed_processes = {
"radard": "selfdrive.controls.radard",
"dmonitoringd": "selfdrive.controls.dmonitoringd",
"ubloxd": ("selfdrive/locationd", ["./ubloxd"]),
"locationd": "selfdrive.locationd.locationd",
"loggerd": ("selfdrive/loggerd", ["./loggerd"]),
"logmessaged": "selfdrive.logmessaged",
"tombstoned": "selfdrive.tombstoned",
@ -204,6 +205,7 @@ car_started_processes = [
'modeld',
'proclogd',
'ubloxd',
'locationd',
]
if ANDROID:
car_started_processes += [