Skip to content

Commit

Permalink
Merge pull request commaai#493 from arne182/066-clean
Browse files Browse the repository at this point in the history
Disable traffic lights detection for now
  • Loading branch information
arne182 committed Dec 1, 2019
2 parents 16aaf51 + 182d232 commit 95dd09d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions selfdrive/manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def unblock_stdout():
"gpsd": ("selfdrive/sensord", ["./start_gpsd.py"]),
"updated": "selfdrive.updated",
"mapd": ("selfdrive/mapd", ["./mapd.py"]),
"traffic": ("selfdrive/traffic", ["./traffic.py"]),
#"traffic": ("selfdrive/traffic", ["./traffic.py"]),
}
daemon_processes = {
"manage_athenad": ("selfdrive.athena.manage_athenad", "AthenadPid"),
Expand Down Expand Up @@ -141,7 +141,7 @@ def get_running():
'gpsd',
'deleter',
'mapd',
'traffic'
#'traffic',
]

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

0 comments on commit 95dd09d

Please sign in to comment.