()
| 15 | return queue, simulator_process, simulator_bridge |
| 16 | |
| 17 | def main(): |
| 18 | _, simulator_process, _ = create_bridge(True, False) |
| 19 | simulator_process.join() |
| 20 | |
| 21 | def parse_args(add_args=None): |
| 22 | parser = argparse.ArgumentParser(description='Bridge between the simulator and openpilot.') |
nothing calls this directly
no test coverage detected