-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathactions.json
More file actions
32 lines (32 loc) · 896 Bytes
/
Copy pathactions.json
File metadata and controls
32 lines (32 loc) · 896 Bytes
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
{
"arm_bent_straighten": {
"available_angles": {
"right_arm": [0, 90]
},
"illustration":{
"anchors": ["right_wrist" , "right_elbow"],
"circle_center": "right_elbow",
"circle_direction": "down",
"arrow_direction": "right",
"arrow_angle": 90
},
"ports": [1,0,0,0,0],
"command": "s",
"inflate_duration": 10000
},
"arm_down_raise": {
"available_angles": {
"right_shoulder": [0, 45]
},
"illustration":{
"anchors": ["right_elbow", "right_shoulder"] ,
"circle_center": "right_shoulder",
"circle_direction": "up",
"arrow_direction": "right",
"arrow_angle": 90
},
"ports": [0,1,1,0,0],
"command": "r",
"inflate_duration": 10000
}
}