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
@@ -9,6 +9,8 @@ The Soccer Simulation Server sends the observations to the proxy, which processe
9
9
10
10
For more information, please refer to the [documentation](https://clsframework.github.io/).
11
11
12
+
You can find more information about the services and messages in the [IDL section](../../3-idl/protobuf.md).
13
+
12
14
## Quick start
13
15
14
16
### Preparation
@@ -64,11 +66,18 @@ Then we must run the proxy & the decisionmaking server:
64
66
./start-team.sh
65
67
```
66
68
69
+
### Options
70
+
71
+
-`-t team_name`: Specify the team name.
72
+
-`--rpc-port PORT`: Specify the RPC port (default: 50051).
73
+
-`-d`: Enable debug mode.
74
+
75
+
67
76
Launch the opponent team, start the monitor app image. press <kbd>Ctrl</kbd> + <kbd>C</kbd> to connect to the server, and <kbd>Ctrl</kbd> + <kbd>K</kbd> for kick-off!
68
77
69
78
### Tutorial Video (English)
70
79
71
-
TDB
80
+
[](https://www.youtube.com/watch?v=hH-5rkhiQHg)
0 commit comments