forked from RoboCup-Humanoid-TC/hlvs_webots
-
Notifications
You must be signed in to change notification settings - Fork 0
/
team_2.json
62 lines (62 loc) · 1.57 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
{
"name": "Agile Lynxes",
"players": {
"1": {
"proto": "RobocupRobot",
"halfTimeStartingPose": {
"translation": [-3.5, -3.06, 0.24],
"rotation": [0, 0, 1, 1.57]
},
"reentryStartingPose": {
"translation": [-3.5, -3.11, 0.24],
"rotation": [0, 0, 1, 1.57]
},
"shootoutStartingPose": {
"translation": [2.6, 0, 0.24],
"rotation": [0, 0, 1, 0]
},
"goalKeeperStartingPose": {
"translation": [-4.47, 0, 0.24],
"rotation": [0, 0, 1, 0]
}
},
"2": {
"proto": "RobocupRobot",
"halfTimeStartingPose": {
"translation": [-3.5, 3.06, 0.24],
"rotation": [0, 0, 1, -1.57]
},
"reentryStartingPose": {
"translation": [-3.5, 3.11, 0.24],
"rotation": [0, 0, 1, -1.57]
},
"shootoutStartingPose": {
"translation": [2.6, 0, 0.24],
"rotation": [0, 0, 1, 0]
},
"goalKeeperStartingPose": {
"translation": [-4.47, 0, 0.24],
"rotation": [0, 0, 1, 0]
}
},
"3": {
"proto": "RobocupRobot",
"halfTimeStartingPose": {
"translation": [-0.75, -3.06, 0.24],
"rotation": [0, 0, 1, 1.57]
},
"reentryStartingPose": {
"translation": [-0.75, -3.11, 0.24],
"rotation": [0, 0, 1, 1.57]
},
"shootoutStartingPose": {
"translation": [2.6, 0, 0.24],
"rotation": [0, 0, 1, 0]
},
"goalKeeperStartingPose": {
"translation": [-4.47, 0, 0.24],
"rotation": [0, 0, 1, 0]
}
}
}
}