Skip to content

Commit db5e917

Browse files
committed
Add instructions to test auto-ref-ci protocol with TIGERs autoRef
1 parent d92cec0 commit db5e917

File tree

1 file changed

+23
-2
lines changed

1 file changed

+23
-2
lines changed

cmd/ssl-auto-ref-ci-client/README.md

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,29 @@ The protobuf format can be found in [../../proto/ssl_autoref_ci.proto](../../pro
1010
The default port is `10013`.
1111

1212
## Sample client
13-
The sample client, that is included in this folder, can be used to test the connection. It can be run with
14-
```bash
13+
14+
The sample client, that is included in this folder, can be used to test the connection. It can be run with
15+
16+
```shell
1517
go run cmd/ssl-auto-ref-ci-client/main.go
1618
```
19+
1720
Pass it the `-h` parameter to get the available options.
21+
22+
## Test with TIGERs AutoRef
23+
24+
```shell
25+
# Run GC in CI mode
26+
ssl-game-controller -timeAcquisitionMode ci
27+
28+
# Run autoRef in active CI mode (headless)
29+
docker run --net host -ti tigersmannheim/auto-referee -c -a -hl
30+
31+
# Alternatively: Run autoRef in active CI mode with UI (Linux only)
32+
docker run --net host -e DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix -ti tigersmannheim/auto-referee-vnc -c -a
33+
34+
# Run test client
35+
go run cmd/ssl-auto-ref-ci-client/main.go
36+
37+
# Send a FORCE_START via GC-UI and check if ball_left_field is detected
38+
```

0 commit comments

Comments
 (0)