Skip to content

Commit 9c28f75

Browse files
authored
Update README.md
1 parent e2ef2d1 commit 9c28f75

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,15 @@ podman run --rm --network host -it quay.io/rose/rose-game-engine:latest
7474
podman run --rm --network host -it quay.io/rose/rose-game-web-ui:latest
7575
```
7676

77-
### Running your self driving module, requires a local `driver.py` file with your driving module. ( on http://127.0.0.1:8081 )
77+
## Running community contributed driver ( on http://127.0.0.1:8082 )
78+
79+
You can use community drivers to compare and evaluate your driver during the development process.
80+
81+
``` bash
82+
podman run --rm --network host -it quay.io/yaacov/rose-go-driver:latest --port 8082
83+
```
84+
85+
### Running your self driving module, requires a local `mydriver.py` file with your driving module. ( on http://127.0.0.1:8081 )
7886

7987
``` bash
8088
# NOTE: will mount mydriver.py from local directory into the container file system

0 commit comments

Comments
 (0)