Skip to content

Commit

Permalink
Merge branch 'develop' into improve_ball_around
Browse files Browse the repository at this point in the history
  • Loading branch information
HansRobo authored Jan 16, 2025
2 parents 6b11e16 + daed9b3 commit 54ea7ca
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
10 changes: 10 additions & 0 deletions docker/sim/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,16 @@ services:
network_mode: host
ports:
- 8082:8082/tcp
ssl-status-board:
image: robocupssl/ssl-status-board:2.11.5
command:
- -address
- :8083
- --refereeAddress
- 224.5.23.1:11111
network_mode: host
ports:
- 8083:8083/tcp

autoref-tigers:
image: tigersmannheim/auto-referee:1.2.0
Expand Down
4 changes: 1 addition & 3 deletions docs/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ sudo chmod a+x /usr/local/lib/docker/cli-plugins/docker-compose
### ツール群

```bash
cd path/to/crane/docker
cd path/to/crane/docker/sim
docker compose up
```

Expand All @@ -30,5 +30,3 @@ docker compose up
- [game-controller](http://localhost:8081)
- [vision client](http://localhost:8082)
- [status board](http://localhost:8083)
- [YELLOW remote control](http://localhost:8084)
- [BLUE remote control](http://localhost:8085)

0 comments on commit 54ea7ca

Please sign in to comment.