Commit 9c28f75 1 parent e2ef2d1 commit 9c28f75 Copy full SHA for 9c28f75
File tree 1 file changed +9
-1
lines changed
1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,15 @@ podman run --rm --network host -it quay.io/rose/rose-game-engine:latest
74
74
podman run --rm --network host -it quay.io/rose/rose-game-web-ui:latest
75
75
```
76
76
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 )
78
86
79
87
``` bash
80
88
# NOTE: will mount mydriver.py from local directory into the container file system
You can’t perform that action at this time.
0 commit comments