pull/35921/head
Shane Smiskol 1 month ago
parent 85f7bd9997
commit ec0c509592
  1. 2
      selfdrive/debug/run_process_on_route.py

@ -19,8 +19,6 @@ if __name__ == "__main__":
allowed_procs = (ALLOW_PROCS & set(args.whitelist_procs)) - set(args.blacklist_procs)
print(allowed_procs)
cfgs = [c for c in CONFIGS if c.proc_name in allowed_procs]
lr = LogReader(args.route)

Loading…
Cancel
Save