mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-07-10 23:42:06 +08:00
Simulator: --simulator is no longer an argument (#30700)
these are also gone
This commit is contained in:
+2
-3
@@ -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
|
||||
```
|
||||
Reference in New Issue
Block a user