-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathdefault_actions.json
47 lines (47 loc) · 2.07 KB
/
default_actions.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
{
"default_bindings": [
{ "controller_type": "vive_controller", "binding_url": "default_vive.json" },
{
"controller_type": "knuckles",
"binding_url": "default_knuckles.json"
},
{
"controller_type": "oculus_touch",
"binding_url": "default_touch.json"
}
],
"action_sets": [
{
"name": "/actions/m",
"usage": "single"
}
],
"actions": [
{ "name": "/actions/m/in/trigclickhead", "requirement": "optional", "type": "boolean" },
{ "name": "/actions/m/in/modelhead", "type": "pose" },
{ "name": "/actions/m/in/tiphead", "type": "pose" },
{ "name": "/actions/m/in/trigclickleft", "requirement": "optional", "type": "boolean" },
{ "name": "/actions/m/in/buttonaleft", "requirement": "optional", "type": "boolean" },
{ "name": "/actions/m/in/buttonbleft", "requirement": "optional", "type": "boolean" },
{ "name": "/actions/m/in/pinchclickleft", "requirement" : "optional", "type": "boolean" },
{ "name": "/actions/m/in/graspclickleft", "requirement" : "optional", "type": "boolean" },
{ "name": "/actions/m/in/trigleft", "requirement" : "optional", "type": "vector1" },
{ "name": "/actions/m/in/modelleft", "type": "pose" },
{ "name": "/actions/m/in/tipleft", "type": "pose" },
{ "name": "/actions/m/in/trigclickright", "requirement": "optional", "type": "boolean" },
{ "name": "/actions/m/in/buttonaright", "requirement": "optional", "type": "boolean" },
{ "name": "/actions/m/in/buttonbright", "requirement": "optional", "type": "boolean" },
{ "name": "/actions/m/in/pinchclickright", "requirement" : "optional", "type": "boolean" },
{ "name": "/actions/m/in/graspclickright", "requirement" : "optional", "type": "boolean" },
{ "name": "/actions/m/in/trigright", "requirement" : "optional", "type": "vector1" },
{ "name": "/actions/m/in/modelright", "type": "pose" },
{ "name": "/actions/m/in/tipright", "type": "pose" }
],
"localization" : [
{
"language_tag": "en_us",
"/actions/m" : "cnovr_actions",
"/actions/m/in/hand": "Hand"
}
]
}