forked from cnlohr/cnovr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefault_vive.json
106 lines (106 loc) · 3.23 KB
/
default_vive.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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
{
"bindings" : {
"/actions/m" : {
"poses" : [
{
"output" : "/actions/m/in/modelleft",
"path" : "/user/hand/left/pose/raw"
},
{
"output" : "/actions/m/in/modelright",
"path" : "/user/hand/right/pose/raw"
},
{
"output" : "/actions/m/in/modelhead",
"path" : "/user/head/pose/raw"
},
{
"output" : "/actions/m/in/tipleft",
"path" : "/user/hand/left/pose/tip"
},
{
"output" : "/actions/m/in/tipright",
"path" : "/user/hand/right/pose/tip"
},
{
"output" : "/actions/m/in/tiphead",
"path" : "/user/head/pose/tip"
}
],
"sources" : [
{
"inputs" : {
"click" : {
"output" : "/actions/m/in/clickhead"
}
},
"mode" : "button",
"path" : "/user/head/input/system"
},
{
"inputs" : {
"pull" : {
"output" : "/actions/m/in/trigleft"
},
"click" : {
"output" : "/actions/m/in/trigclickleft"
}
},
"mode" : "trigger",
"path" : "/user/hand/left/input/trigger"
},
{
"inputs" : {
"pull" : {
"output" : "/actions/m/in/trigright"
},
"click" : {
"output" : "/actions/m/in/trigclickright"
}
},
"mode" : "trigger",
"path" : "/user/hand/right/input/trigger"
},
{
"inputs" : {
"click" : {
"output" : "/actions/m/in/pinchclickleft"
}
},
"mode": "button",
"path": "/user/hand/left/input/trackpad"
},
{
"inputs" : {
"click" : {
"output" : "/actions/m/in/graspclickleft"
}
},
"mode" : "button",
"path" : "/user/hand/left/input/grip"
},
{
"inputs" : {
"click" : {
"output" : "/actions/m/in/pinchclickright"
}
},
"mode": "button",
"path": "/user/hand/right/input/trackpad"
},
{
"inputs" : {
"click" : {
"output" : "/actions/m/in/graspclickright"
}
},
"mode" : "button",
"path" : "/user/hand/right/input/grip"
}
]
}
},
"controller_type" : "vive_controller",
"description" : "cnovr vive controller bindings",
"name" : "cnovr vive controller bindings"
}