forked from RoboCup-Humanoid-TC/hlvs_webots
-
Notifications
You must be signed in to change notification settings - Fork 0
/
team_2.json
89 lines (89 loc) · 2.5 KB
/
team_2.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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"name": "UTRA 2",
"players": {
"1": {
"proto": "SimpleBez1",
"dockerTag": "latest",
"dockerCmd": "bash ./src/soccerbot/soccerbot/scripts/start_competition.sh robot1",
"halfTimeStartingPose": {
"translation": [-4, -3.15, 0.33],
"rotation": [0, 0, 1, 1.57]
},
"reentryStartingPose": {
"translation": [-4, -3.15, 0.33],
"rotation": [0, 0, 1, 1.57]
},
"shootoutStartingPose": {
"translation": [2.6, 0, 0.33],
"rotation": [0, 0, 1, 0]
},
"goalKeeperStartingPose": {
"translation": [-4.5, 0, 0.33],
"rotation": [0, 0, 1, 0]
}
},
"2": {
"proto": "SimpleBez1",
"dockerTag": "latest",
"dockerCmd": "bash ./src/soccerbot/soccerbot/scripts/start_competition.sh robot2",
"halfTimeStartingPose": {
"translation": [-1, -3.15, 0.33],
"rotation": [0, 0, 1, 1.57]
},
"reentryStartingPose": {
"translation": [-1, -3.15, 0.33],
"rotation": [0, 0, 1, 1.57]
},
"shootoutStartingPose": {
"translation": [2.6, 0, 0.33],
"rotation": [0, 0, 1, 0]
},
"goalKeeperStartingPose": {
"translation": [-4.5, 0, 0.33],
"rotation": [0, 0, 1, 0]
}
},
"3": {
"proto": "SimpleBez1",
"dockerTag": "latest",
"dockerCmd": "bash ./src/soccerbot/soccerbot/scripts/start_competition.sh robot3",
"halfTimeStartingPose": {
"translation": [-1, 3.15, 0.33],
"rotation": [0, 0, 1, -1.57]
},
"reentryStartingPose": {
"translation": [-1, 3.15, 0.33],
"rotation": [0, 0, 1, -1.57]
},
"shootoutStartingPose": {
"translation": [2.6, 0, 0.33],
"rotation": [0, 0, 1, 0]
},
"goalKeeperStartingPose": {
"translation": [-4.5, 0, 0.33],
"rotation": [0, 0, 1, 0]
}
},
"4": {
"proto": "SimpleBez1",
"dockerTag": "latest",
"dockerCmd": "bash ./src/soccerbot/soccerbot/scripts/start_competition.sh robot4",
"halfTimeStartingPose": {
"translation": [-4, 3.15, 0.33],
"rotation": [0, 0, 1, -1.57]
},
"reentryStartingPose": {
"translation": [-4, 3.15, 0.33],
"rotation": [0, 0, 1, -1.57]
},
"shootoutStartingPose": {
"translation": [2.6, 0, 0.33],
"rotation": [0, 0, 1, 0]
},
"goalKeeperStartingPose": {
"translation": [-4.5, 0, 0.33],
"rotation": [0, 0, 1, 0]
}
}
}
}