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

these are also gone
This commit is contained in:
Justin Newberry
2023-12-12 09:45:34 -08:00
committed by GitHub
parent a03a931737
commit be33d29d7a
+2 -3
View File
@@ -13,7 +13,7 @@ First, start openpilot.
## Bridge usage
```
$ ./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.
options:
@@ -21,7 +21,6 @@ options:
--joystick
--high_quality
--dual_camera
--simulator SIMULATOR
```
#### Bridge Controls:
@@ -47,5 +46,5 @@ options:
### Launching Metadrive
Start bridge processes located in tools/sim:
``` bash
./run_bridge.py --simulator metadrive
./run_bridge.py
```