-
Notifications
You must be signed in to change notification settings - Fork 8
/
com_osvr_Nolo.json
120 lines (120 loc) · 2.36 KB
/
com_osvr_Nolo.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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
{
"deviceVendor": "LYRobotix",
"deviceName": "NOLO",
"author": "Yann Vernier <[email protected]>",
"version": 1,
"lastModified": "2017-06-25T18:11:39.465Z",
"interfaces": {
"tracker": {
"bounded": true,
"position": true,
"orientation": true,
"count": 4,
"traits": [{"orientation": false}]
},
"analog": {
"count": 9,
"traits": [
{
"min": -1,
"max": 1,
"rest": 1
},
{
"min": -1,
"max": 1,
"rest": 1
},
{
"min": 0,
"max": 1,
"rest": 0
},
{
"min": 0,
"max": 1,
"rest": 1
},
{
"min": -1,
"max": 1,
"rest": 1
},
{
"min": -1,
"max": 1,
"rest": 1
},
{
"min": 0,
"max": 1,
"rest": 0
},
{
"min": 0,
"max": 1,
"rest": 1
},
{
"min": 0,
"max": 1,
"rest": 1
}
]
},
"button": {
"count": 14
}
},
"semantic": {
"hmd": {
"$target": "tracker/1",
"home": "tracker/0"
},
"controller": {
"left": {
"$target": "tracker/2",
"system": "button/3",
"menu": "button/2",
"grip": "button/4",
"trackpad": {
"x": "analog/0",
"y": "analog/1",
"touch": "button/5",
"button": "button/0"
},
"trigger": {
"button": "button/1",
"$target": "analog/2"
},
"battery": "analog/3"
},
"right": {
"$target": "tracker/3",
"system": "button/9",
"menu": "button/8",
"grip": "button/10",
"trackpad": {
"x": "analog/4",
"y": "analog/5",
"touch": "button/11",
"button": "button/6"
},
"trigger": {
"button": "button/7",
"$target": "analog/6"
},
"battery": "analog/7"
}
},
"base": {
"battery": "analog/8"
}
},
"automaticAliases": {
"/me/head": "semantic/hmd",
"/controller": "semantic/controller/*",
"/me/hands/left": "semantic/controller/left",
"/me/hands/right": "semantic/controller/right"
}
}