Skip to content

Commit

Permalink
Add traffic camera code
Browse files Browse the repository at this point in the history
  • Loading branch information
arne182 authored Nov 30, 2019
1 parent 5f82351 commit 896afc4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions selfdrive/manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ def unblock_stdout():
"gpsd": ("selfdrive/sensord", ["./start_gpsd.py"]),
"updated": "selfdrive.updated",
"mapd": ("selfdrive/mapd", ["./mapd.py"]),
"traffic": ("selfdrive/traffic", ["./traffic.py"]),
}
daemon_processes = {
"manage_athenad": ("selfdrive.athena.manage_athenad", "AthenadPid"),
Expand Down Expand Up @@ -140,6 +141,7 @@ def get_running():
'gpsd',
'deleter',
'mapd',
'traffic'
]

def register_managed_process(name, desc, car_started=False):
Expand Down

0 comments on commit 896afc4

Please sign in to comment.