MCPcopy
hub / github.com/commaai/openpilot / main

Function main

tools/sim/run_bridge.py:17–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

create_bridgeFunction · 0.85
joinMethod · 0.80

Tested by

no test coverage detected