forked from RoboCup-Humanoid-TC/hlvs_webots
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgame.json
55 lines (55 loc) · 953 Bytes
/
game.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"type": "NORMAL",
"kickoff": "red",
"class": "KID",
"host": "127.0.1.1",
"maximum_real_time_factor": 1.0,
"side_left": "blue",
"press_a_key_to_terminate": false,
"use_bouncing_server": true,
"record_simulation": "recording.html",
"red": {
"id": 16,
"config": "team_1.json",
"hosts": [
"127.0.0.1",
"172.18.0.1",
"172.18.0.2",
"172.18.0.3",
"172.18.0.4",
"172.18.0.5",
"172.18.0.6",
"172.18.0.7",
"172.18.0.8",
"172.18.0.9"
],
"ports": [
10001,
10002,
10003,
10004
]
},
"blue": {
"id": 5,
"config": "team_2.json",
"hosts": [
"127.0.0.1",
"172.18.0.1",
"172.18.0.2",
"172.18.0.3",
"172.18.0.4",
"172.18.0.5",
"172.18.0.6",
"172.18.0.7",
"172.18.0.8",
"172.18.0.9"
],
"ports": [
10021,
10022,
10023,
10024
]
}
}