Simulator: --simulator is no longer an argument (#30700)

these are also gone
pull/214/head
Justin Newberry 1 year ago committed by GitHub
parent a03a931737
commit be33d29d7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      tools/sim/README.md

@ -13,7 +13,7 @@ First, start openpilot.
## Bridge usage ## Bridge usage
``` ```
$ ./run_bridge.py -h $ ./run_bridge.py -h
usage: run_bridge.py [-h] [--joystick] [--high_quality] [--dual_camera] [--simulator SIMULATOR] usage: run_bridge.py [-h] [--joystick] [--high_quality] [--dual_camera]
Bridge between the simulator and openpilot. Bridge between the simulator and openpilot.
options: options:
@ -21,7 +21,6 @@ options:
--joystick --joystick
--high_quality --high_quality
--dual_camera --dual_camera
--simulator SIMULATOR
``` ```
#### Bridge Controls: #### Bridge Controls:
@ -47,5 +46,5 @@ options:
### Launching Metadrive ### Launching Metadrive
Start bridge processes located in tools/sim: Start bridge processes located in tools/sim:
``` bash ``` bash
./run_bridge.py --simulator metadrive ./run_bridge.py
``` ```
Loading…
Cancel
Save