Added bindings to pose/base

This commit is contained in:
Piotr Łabuda 2020-11-21 00:37:32 +01:00
parent 684c5e5cd1
commit d65c72d7c6
1 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,8 @@
"poses" : [
{ "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/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/rightHandPoint", "path" : "/user/hand/right/pose/tip" }
],