-
Notifications
You must be signed in to change notification settings - Fork 0
/
team.json
81 lines (81 loc) · 2.1 KB
/
team.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
{
"name": "01RFCBerlin",
"players": {
"1": {
"proto": "RFCRobot2016",
"halfTimeStartingPose": {
"translation": [-3.5, -3.05, 0.43],
"rotation": [0, 0, 1, 1.57]
},
"reentryStartingPose": {
"translation": [-3.5, -3.05, 0.43],
"rotation": [0, 0, 1, 1.57]
},
"shootoutStartingPose": {
"translation": [2.85, 0.065, 0.43],
"rotation": [0, 0, 1, 0]
},
"goalKeeperStartingPose": {
"translation": [-4.47, 0, 0.43],
"rotation": [0, 0, 1, 0]
}
},
"2": {
"proto": "RFCRobot2016",
"halfTimeStartingPose": {
"translation": [-3.5, 3.05, 0.43],
"rotation": [0, 0, 1, -1.57]
},
"reentryStartingPose": {
"translation": [-2.75, -3.05, 0.43],
"rotation": [0, 0, 1, 1.57]
},
"shootoutStartingPose": {
"translation": [2.85, 0.065, 0.43],
"rotation": [0, 0, 1, 0]
},
"goalKeeperStartingPose": {
"translation": [-4.47, 0, 0.43],
"rotation": [0, 0, 1, 0]
}
},
"3": {
"proto": "RFCRobot2016",
"halfTimeStartingPose": {
"translation": [-0.75, -3.05, 0.43],
"rotation": [0, 0, 1, 1.57]
},
"reentryStartingPose": {
"translation": [-0.75, -3.05, 0.43],
"rotation": [0, 0, 1, 1.57]
},
"shootoutStartingPose": {
"translation": [2.85, 0.065, 0.43],
"rotation": [0, 0, 1, 0]
},
"goalKeeperStartingPose": {
"translation": [-4.47, 0, 0.43],
"rotation": [0, 0, 1, 0]
}
},
"4": {
"proto": "RFCRobot2016",
"halfTimeStartingPose": {
"translation": [-0.75, 3.05, 0.43],
"rotation": [0, 0, 1, -1.57]
},
"reentryStartingPose": {
"translation": [-2.75, -3.05, 0.43],
"rotation": [0, 0, 1, 1.57]
},
"shootoutStartingPose": {
"translation": [2.85, 0.065, 0.43],
"rotation": [0, 0, 1, 0]
},
"goalKeeperStartingPose": {
"translation": [-4.47, 0, 0.43],
"rotation": [0, 0, 1, 0]
}
}
}
}