You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -93,7 +93,7 @@ if you require the additional features described in [External Runtime Dependenci
93
93
94
94
When you enable `ci` mode, referee messages will still be published via multicast,
95
95
unless the address is unset (set to an empty string). That way, you can still integrate
96
-
an autoRef. It is not yet possible to use the autoRefs without multicast.
96
+
an autoRef or other software. Have a look at [Auto-referee CI](doc/AutoRefCi.md) for details on how to integrate the auto-referees in a CI way as well.
97
97
98
98
When the `ci` mode is enabled (via `ssl-game-controller.yaml` -> `time-acquisition-mode`),
99
99
a TCP port is opened (default: 10009). The protocol is defined in [proto/ssl_gc_ci.proto](./proto/ssl_gc_ci.proto).
@@ -103,7 +103,7 @@ This is, because some changes will generate multiple messages.
103
103
`CiOutput` messages will also be pushed to the CI client for manual changes from the UI or UI API.
104
104
105
105
The GC requires some input data, see [External Runtime Dependencies](#External Runtime Dependencies).
106
-
In the `ci` mode, you have to provide the geometry statically in [config/ssl-game-controller.yaml](config/ssl-game-controller.yaml).
106
+
In the `ci` mode, you have to provide the geometry statically in [config/ssl-game-controller.yaml](config/ssl-game-controller.yaml) or send it through `CiInput`.
107
107
The ball and robot positions must be sent with the `CiInput`.
108
108
It is sufficient to fill in the required fields and keep the optional empty.
0 commit comments