2020-04-29 19:40:05 +02:00
|
|
|
{
|
2020-06-11 21:49:16 +02:00
|
|
|
"bindings": {
|
|
|
|
"/actions/buggy": {
|
|
|
|
"chords": [],
|
|
|
|
"poses": [],
|
|
|
|
"haptics": [],
|
|
|
|
"sources": [
|
|
|
|
{
|
|
|
|
"path": "/user/hand/left/input/thumbstick",
|
|
|
|
"mode": "joystick",
|
|
|
|
"parameters": {},
|
|
|
|
"inputs": {
|
|
|
|
"position": {
|
|
|
|
"output": "/actions/buggy/in/steering"
|
2020-04-29 19:40:05 +02:00
|
|
|
}
|
2020-06-11 21:49:16 +02:00
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "/user/hand/right/input/thumbstick",
|
|
|
|
"mode": "joystick",
|
|
|
|
"parameters": {},
|
|
|
|
"inputs": {
|
|
|
|
"position": {
|
|
|
|
"output": "/actions/buggy/in/steering"
|
2020-04-29 19:40:05 +02:00
|
|
|
}
|
2020-06-11 21:49:16 +02:00
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "/user/hand/left/input/trigger",
|
|
|
|
"mode": "trigger",
|
|
|
|
"parameters": {},
|
|
|
|
"inputs": {
|
|
|
|
"pull": {
|
|
|
|
"output": "/actions/buggy/in/throttle"
|
2020-04-29 19:40:05 +02:00
|
|
|
}
|
2020-06-11 21:49:16 +02:00
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "/user/hand/right/input/trigger",
|
|
|
|
"mode": "trigger",
|
|
|
|
"parameters": {},
|
|
|
|
"inputs": {
|
|
|
|
"pull": {
|
|
|
|
"output": "/actions/buggy/in/throttle"
|
2020-04-29 19:40:05 +02:00
|
|
|
}
|
2020-06-11 21:49:16 +02:00
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "/user/hand/left/input/a",
|
|
|
|
"mode": "button",
|
|
|
|
"parameters": {},
|
|
|
|
"inputs": {
|
|
|
|
"click": {
|
|
|
|
"output": "/actions/buggy/in/brake"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "/user/hand/right/input/a",
|
|
|
|
"mode": "button",
|
|
|
|
"parameters": {},
|
|
|
|
"inputs": {
|
|
|
|
"click": {
|
|
|
|
"output": "/actions/buggy/in/brake"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "/user/hand/left/input/b",
|
|
|
|
"mode": "button",
|
|
|
|
"parameters": {},
|
|
|
|
"inputs": {
|
|
|
|
"click": {
|
|
|
|
"output": "/actions/buggy/in/reset"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "/user/hand/right/input/b",
|
|
|
|
"mode": "button",
|
|
|
|
"parameters": {},
|
|
|
|
"inputs": {
|
|
|
|
"click": {
|
|
|
|
"output": "/actions/buggy/in/reset"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"skeleton": []
|
|
|
|
},
|
|
|
|
"/actions/default": {
|
|
|
|
"chords": [],
|
|
|
|
"poses": [
|
|
|
|
{
|
|
|
|
"output": "/actions/default/in/pose",
|
|
|
|
"path": "/user/hand/left/pose/raw"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"output": "/actions/default/in/pose",
|
|
|
|
"path": "/user/hand/right/pose/raw"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"haptics": [
|
|
|
|
{
|
|
|
|
"output": "/actions/default/out/haptic",
|
|
|
|
"path": "/user/hand/left/output/haptic"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"output": "/actions/default/out/haptic",
|
|
|
|
"path": "/user/hand/right/output/haptic"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"sources": [
|
|
|
|
{
|
|
|
|
"path": "/user/hand/left/input/grip",
|
|
|
|
"mode": "force_sensor",
|
|
|
|
"parameters": {},
|
|
|
|
"inputs": {
|
|
|
|
"force": {
|
|
|
|
"output": "/actions/default/in/squeeze"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "/user/hand/right/input/grip",
|
|
|
|
"mode": "force_sensor",
|
|
|
|
"parameters": {},
|
|
|
|
"inputs": {
|
|
|
|
"force": {
|
|
|
|
"output": "/actions/default/in/squeeze"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "/user/hand/left/input/trackpad",
|
|
|
|
"mode": "button",
|
|
|
|
"parameters": {},
|
|
|
|
"inputs": {
|
|
|
|
"click": {
|
|
|
|
"output": "/actions/default/in/teleport"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "/user/hand/right/input/trackpad",
|
|
|
|
"mode": "button",
|
|
|
|
"parameters": {},
|
|
|
|
"inputs": {
|
|
|
|
"click": {
|
|
|
|
"output": "/actions/default/in/teleport"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "/user/hand/left/input/thumbstick",
|
|
|
|
"mode": "dpad",
|
|
|
|
"parameters": {
|
|
|
|
"deadzone_pct": "25",
|
|
|
|
"overlap_pct": "30",
|
|
|
|
"sub_mode": "touch"
|
2020-04-29 19:40:05 +02:00
|
|
|
},
|
2020-06-11 21:49:16 +02:00
|
|
|
"inputs": {
|
|
|
|
"north": {
|
|
|
|
"output": "/actions/default/in/teleport"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "/user/hand/right/input/thumbstick",
|
|
|
|
"mode": "dpad",
|
|
|
|
"parameters": {
|
|
|
|
"deadzone_pct": "25",
|
|
|
|
"overlap_pct": "30",
|
|
|
|
"sub_mode": "touch"
|
2020-04-29 19:40:05 +02:00
|
|
|
},
|
2020-06-11 21:49:16 +02:00
|
|
|
"inputs": {
|
|
|
|
"north": {
|
|
|
|
"output": "/actions/default/in/teleport"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "/user/hand/left/input/thumbstick",
|
|
|
|
"mode": "dpad",
|
|
|
|
"parameters": {
|
|
|
|
"deadzone_pct": "85",
|
|
|
|
"overlap_pct": "0",
|
|
|
|
"sub_mode": "touch"
|
2020-04-29 19:40:05 +02:00
|
|
|
},
|
2020-06-11 21:49:16 +02:00
|
|
|
"inputs": {
|
|
|
|
"east": {
|
|
|
|
"output": "/actions/default/in/snapturnright"
|
2020-04-29 19:40:05 +02:00
|
|
|
},
|
2020-06-11 21:49:16 +02:00
|
|
|
"west": {
|
|
|
|
"output": "/actions/default/in/snapturnleft"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "/user/hand/right/input/thumbstick",
|
|
|
|
"mode": "dpad",
|
|
|
|
"parameters": {
|
|
|
|
"deadzone_pct": "85",
|
|
|
|
"overlap_pct": "0",
|
|
|
|
"sub_mode": "touch"
|
2020-04-29 19:40:05 +02:00
|
|
|
},
|
2020-06-11 21:49:16 +02:00
|
|
|
"inputs": {
|
|
|
|
"east": {
|
|
|
|
"output": "/actions/default/in/snapturnright"
|
2020-04-29 19:40:05 +02:00
|
|
|
},
|
2020-06-11 21:49:16 +02:00
|
|
|
"west": {
|
|
|
|
"output": "/actions/default/in/snapturnleft"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "/user/hand/left/input/grip",
|
|
|
|
"mode": "grab",
|
|
|
|
"parameters": {
|
|
|
|
"force_hold_threshold": "0.02",
|
|
|
|
"force_release_threshold": "0.01"
|
2020-04-29 19:40:05 +02:00
|
|
|
},
|
2020-06-11 21:49:16 +02:00
|
|
|
"inputs": {
|
|
|
|
"grab": {
|
|
|
|
"output": "/actions/default/in/grabgrip"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "/user/hand/right/input/grip",
|
|
|
|
"mode": "grab",
|
|
|
|
"parameters": {
|
|
|
|
"force_hold_threshold": "0.02",
|
|
|
|
"force_release_threshold": "0.01"
|
2020-04-29 19:40:05 +02:00
|
|
|
},
|
2020-06-11 21:49:16 +02:00
|
|
|
"inputs": {
|
|
|
|
"grab": {
|
|
|
|
"output": "/actions/default/in/grabgrip"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "/user/hand/left/input/pinch",
|
|
|
|
"mode": "grab",
|
|
|
|
"parameters": {
|
|
|
|
"force_hold_threshold": "0.02",
|
|
|
|
"force_release_threshold": "0.01"
|
2020-04-29 19:40:05 +02:00
|
|
|
},
|
2020-06-11 21:49:16 +02:00
|
|
|
"inputs": {
|
|
|
|
"grab": {
|
|
|
|
"output": "/actions/default/in/grabpinch"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "/user/hand/right/input/pinch",
|
|
|
|
"mode": "grab",
|
|
|
|
"parameters": {
|
|
|
|
"force_hold_threshold": "0.02",
|
|
|
|
"force_release_threshold": "0.01"
|
2020-04-29 19:40:05 +02:00
|
|
|
},
|
2020-06-11 21:49:16 +02:00
|
|
|
"inputs": {
|
|
|
|
"grab": {
|
|
|
|
"output": "/actions/default/in/grabpinch"
|
|
|
|
}
|
2020-04-29 19:40:05 +02:00
|
|
|
}
|
2020-06-11 21:49:16 +02:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"skeleton": [
|
|
|
|
{
|
|
|
|
"output": "/actions/default/in/skeletonlefthand",
|
|
|
|
"path": "/user/hand/left/input/skeleton/left"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"output": "/actions/default/in/skeletonrighthand",
|
|
|
|
"path": "/user/hand/right/input/skeleton/right"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"/actions/platformer": {
|
|
|
|
"chords": [],
|
|
|
|
"poses": [],
|
|
|
|
"haptics": [],
|
|
|
|
"sources": [
|
|
|
|
{
|
|
|
|
"path": "/user/hand/left/input/thumbstick",
|
|
|
|
"mode": "joystick",
|
|
|
|
"parameters": {},
|
|
|
|
"inputs": {
|
|
|
|
"position": {
|
|
|
|
"output": "/actions/platformer/in/move"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "/user/hand/right/input/thumbstick",
|
|
|
|
"mode": "joystick",
|
|
|
|
"parameters": {},
|
|
|
|
"inputs": {
|
|
|
|
"position": {
|
|
|
|
"output": "/actions/platformer/in/move"
|
2020-04-29 19:40:05 +02:00
|
|
|
}
|
2020-06-11 21:49:16 +02:00
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "/user/hand/left/input/trigger",
|
|
|
|
"mode": "button",
|
|
|
|
"parameters": {},
|
|
|
|
"inputs": {
|
|
|
|
"click": {
|
|
|
|
"output": "/actions/platformer/in/jump"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "/user/hand/right/input/trigger",
|
|
|
|
"mode": "button",
|
|
|
|
"parameters": {},
|
|
|
|
"inputs": {
|
|
|
|
"click": {
|
|
|
|
"output": "/actions/platformer/in/jump"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"skeleton": []
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"controller_type": "knuckles",
|
|
|
|
"description": "",
|
|
|
|
"name": "knuckles_default"
|
|
|
|
}
|