forked from RoboCup-Humanoid-TC/hlvs_webots
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpostures.json
47 lines (47 loc) · 957 Bytes
/
postures.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
{
"robot_name": "RobocupRobot",
"upright": {
"AnkleL": 1.23,
"ArmLowerL": 2.09,
"ArmUpperL": 0.4,
"FootL": 0.02,
"LegLowerL": 2.25,
"LegUpperL": -1.15,
"PelvL[hip]": 0,
"PelvYL": 0,
"ShoulderL[shoulder]": -0.72,
"AnkleR": -1.23,
"ArmLowerR": -2.09,
"ArmUpperR": -0.43,
"FootR": -0.02,
"LegLowerR": -2.25,
"LegUpperR": 1.15,
"PelvR[hip]": 0,
"PelvYR": 0,
"ShoulderR[shoulder]": 0.84,
"Head": 0,
"Neck": 0
},
"extension": {
"AnkleL": -0.25,
"ArmLowerL": 2.09,
"ArmUpperL": 0.4,
"FootL": 0.02,
"LegLowerL": 2.25,
"LegUpperL": -1.15,
"PelvL[hip]": -0.6,
"PelvYL": 0,
"ShoulderL[shoulder]": -0.72,
"AnkleR": -1.23,
"ArmLowerR": -2.09,
"ArmUpperR": 0.2,
"FootR": -0.02,
"LegLowerR": -2.25,
"LegUpperR": 1.15,
"PelvR[hip]": 0,
"PelvYR": 0,
"ShoulderR[shoulder]": 3.98,
"Head": 0,
"Neck": 0
}
}