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
+32-29Lines changed: 32 additions & 29 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,8 @@
6
6
7
7
# ssl-game-controller
8
8
9
-
The [ssl-refbox](https://github.com/RoboCup-SSL/ssl-refbox) replacement that was introduced at RoboCup 2019.
9
+
The game controller for matches in the RoboCup Small Size league, introduced at RoboCup 2019 as a replacement of
10
+
the [ssl-refbox](https://github.com/RoboCup-SSL/ssl-refbox).
10
11
11
12

12
13
@@ -27,23 +28,27 @@ docker run -p 8081:8081 \
27
28
robocupssl/ssl-game-controller
28
29
```
29
30
30
-
The controller will generate a default configs to [config/](./config/) on the first start. Afterwards, you can change all settings there.
31
+
The controller will generate a default config to [config/](./config/) on the first start. Afterwards, you can change all
32
+
settings there.
31
33
32
-
For example, if you want to add a new team name temporarily, you can add it to [config/engine.yaml](./config/engine.yaml). If you want to add your team persistently, add it to `defaultTeams` in [internal/app/engine/config.go](internal/app/engine/config.go) and create a Pull Request on GitHub.
34
+
For example, if you want to add a new team name temporarily, you can add it
35
+
to [config/engine.yaml](./config/engine.yaml). If you want to add your team persistently, add it to `defaultTeams`
36
+
in [internal/app/engine/config.go](internal/app/engine/config.go) and create a pull request on GitHub.
33
37
34
38
### Runtime Requirements
35
-
* No software dependencies (except for development, see below)
36
-
* 64bit Linux, Windows, OSX (build your 32bit binaries yourself...)
37
-
* Display Resolution of 1920x1080 is recommended
38
-
* A reasonable Web-Browser (mostly tested on Chrome)
39
-
* (optional) To view the field, you need the [ssl-vision-client](https://github.com/RoboCup-SSL/ssl-vision-client)
39
+
40
+
* No software dependencies (except for development, see below)
41
+
* pre-build binaries: 64bit Linux, Windows, OSX
42
+
* A reasonable Web-Browser (mostly tested on Chrome)
40
43
41
44
### External Runtime Dependencies
42
-
[ssl-vision](https://github.com/RoboCup-SSL/ssl-vision) - Receive Geometry packages for correct field dimensions
43
-
If not available, make sure to configure to correct dimensions in [config/ssl-game-controller.yaml](config/ssl-game-controller.yaml).
45
+
46
+
[ssl-vision](https://github.com/RoboCup-SSL/ssl-vision) - Receive Geometry packages for correct field dimensions.
47
+
If not available, make sure to configure the correct dimensions
48
+
in [config/ssl-game-controller.yaml](config/ssl-game-controller.yaml).
0 commit comments