|
1 | 1 | --- |
2 | | -sidebar_position: 1 |
| 2 | +sidebar_position: 2 |
3 | 3 | --- |
4 | 4 |
|
5 | 5 | # Build From Source |
@@ -92,35 +92,3 @@ To run the Soccer Simulation Proxy in debug mode, you can use the following comm |
92 | 92 | cd build/bin |
93 | 93 | ./start-debug.sh |
94 | 94 | ``` |
95 | | - |
96 | | -To run the Soccer Simulation Proxy with different configuration, you can pass the following parameters to start.sh or start-debug.sh: |
97 | | - |
98 | | -| Option | Description | Default Value | |
99 | | -|-----------------------------|---------------------------------------------------------------------------------------------------|----------------------| |
100 | | -| `-h, --host HOST` | Specifies server host | `localhost` | |
101 | | -| `-p, --port PORT` | Specifies server port | `6000` | |
102 | | -| `-P, --coach-port PORT` | Specifies server port for online coach | `6002` | |
103 | | -| `-t, --teamname TEAMNAME` | Specifies team name | - | |
104 | | -| `-n, --number NUMBER` | Specifies the number of players | - | |
105 | | -| `-u, --unum UNUM` | Specifies the uniform number of players | - | |
106 | | -| `-C, --without-coach` | Specifies not to run the coach | - | |
107 | | -| `-f, --formation DIR` | Specifies the formation directory | - | |
108 | | -| `--team-graphic FILE` | Specifies the team graphic xpm file | - | |
109 | | -| `--offline-logging` | Writes offline client log | `off` | |
110 | | -| `--offline-client-mode` | Starts as an offline client | `off` | |
111 | | -| `--debug` | Writes debug log | `off` | |
112 | | -| `--debug_DEBUG_CATEGORY` | Writes `DEBUG_CATEGORY` to debug log | - | |
113 | | -| `--debug-start-time TIME` | The start time for recording debug log | `-1` | |
114 | | -| `--debug-end-time TIME` | The end time for recording debug log | `99999999` | |
115 | | -| `--debug-server-connect` | Connects to the debug server | `off` | |
116 | | -| `--debug-server-host HOST` | Specifies debug server host | `localhost` | |
117 | | -| `--debug-server-port PORT` | Specifies debug server port | `6032` | |
118 | | -| `--debug-server-logging` | Writes debug server log | `off` | |
119 | | -| `--log-dir DIRECTORY` | Specifies debug log directory | `/tmp` | |
120 | | -| `--debug-log-ext EXTENSION` | Specifies debug log file extension | `.log` | |
121 | | -| `--fullstate FULLSTATE_TYPE`| Specifies fullstate model handling | - | |
122 | | -| `--rpc-ip RPC IP` | Specifies grpc IP | `localhost` | |
123 | | -| `--rpc-port RPC PORT` | Specifies grpc port | `50051` | |
124 | | -| `--rpc-port-step` | Specifies different grpc port for each player | `false` | |
125 | | -| `----rpc-add-20-to-port-for-right` | Add 20 to GRPC Port if team run on right side | `false` | |
126 | | -| `--rpc-type RPC_TYPE` | Specifies rpc type [grpc, thrift] | `thrift` | |
0 commit comments