Revert "Run locationd"

This reverts commit 52b4e199766af146133e5a3828962f98645654aa.

old-commit-hash: dfad0b173f
commatwo_master
Willem Melching 5 years ago
parent 7a5786af0e
commit 77159c1522
  1. 2
      selfdrive/manager.py

@ -140,7 +140,6 @@ 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",
@ -205,7 +204,6 @@ car_started_processes = [
'modeld',
'proclogd',
'ubloxd',
'locationd',
]
if ANDROID:
car_started_processes += [

Loading…
Cancel
Save