1
0
Fork 0
mirror of https://github.com/bjornbytes/lovr.git synced 2024-07-03 04:53:35 +00:00

Added bindings to pose/base

This commit is contained in:
Piotr Łabuda 2020-11-21 00:37:32 +01:00
parent 684c5e5cd1
commit d65c72d7c6

View file

@ -11,6 +11,8 @@
"poses" : [ "poses" : [
{ "output" : "/actions/lovr/in/leftHandPose", "path" : "/user/hand/left/pose/raw" }, { "output" : "/actions/lovr/in/leftHandPose", "path" : "/user/hand/left/pose/raw" },
{ "output" : "/actions/lovr/in/rightHandPose", "path" : "/user/hand/right/pose/raw" }, { "output" : "/actions/lovr/in/rightHandPose", "path" : "/user/hand/right/pose/raw" },
{ "output" : "/actions/lovr/in/leftHandPose", "path" : "/user/hand/left/pose/base" },
{ "output" : "/actions/lovr/in/rightHandPose", "path" : "/user/hand/right/pose/base" },
{ "output" : "/actions/lovr/in/leftHandPoint", "path" : "/user/hand/left/pose/tip" }, { "output" : "/actions/lovr/in/leftHandPoint", "path" : "/user/hand/left/pose/tip" },
{ "output" : "/actions/lovr/in/rightHandPoint", "path" : "/user/hand/right/pose/tip" } { "output" : "/actions/lovr/in/rightHandPoint", "path" : "/user/hand/right/pose/tip" }
], ],