2021년 4학년 1학기 기업연계프로젝트2 컴퓨터소프트웨어공학과 <원광투어팀> 팀장 : 송유진 팀원 : 김나영, 이경희, 한유진
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

121 lines
3.0 KiB

5 years ago
  1. {
  2. "controller_type": "vive_tracker_handed",
  3. "bindings": {
  4. "/actions/htc_viu": {
  5. "chords": [],
  6. "sources": [
  7. {
  8. "path": "/user/hand/left/input/power",
  9. "mode": "button",
  10. "parameters": {},
  11. "inputs": {
  12. "click": {
  13. "output": "/actions/htc_viu/in/viu_press_00"
  14. }
  15. }
  16. },
  17. {
  18. "path": "/user/hand/right/input/power",
  19. "mode": "button",
  20. "parameters": {},
  21. "inputs": {
  22. "click": {
  23. "output": "/actions/htc_viu/in/viu_press_00"
  24. }
  25. }
  26. },
  27. {
  28. "path": "/user/hand/left/input/trigger",
  29. "mode": "button",
  30. "parameters": {},
  31. "inputs": {
  32. "click": {
  33. "output": "/actions/htc_viu/in/viu_press_33"
  34. }
  35. }
  36. },
  37. {
  38. "path": "/user/hand/right/input/trigger",
  39. "mode": "button",
  40. "parameters": {},
  41. "inputs": {
  42. "click": {
  43. "output": "/actions/htc_viu/in/viu_press_33"
  44. }
  45. }
  46. },
  47. {
  48. "path": "/user/hand/left/input/grip",
  49. "mode": "button",
  50. "parameters": {},
  51. "inputs": {
  52. "click": {
  53. "output": "/actions/htc_viu/in/viu_press_02"
  54. }
  55. }
  56. },
  57. {
  58. "path": "/user/hand/right/input/grip",
  59. "mode": "button",
  60. "parameters": {},
  61. "inputs": {
  62. "click": {
  63. "output": "/actions/htc_viu/in/viu_press_02"
  64. }
  65. }
  66. },
  67. {
  68. "path": "/user/hand/left/input/application_menu",
  69. "mode": "button",
  70. "parameters": {},
  71. "inputs": {
  72. "click": {
  73. "output": "/actions/htc_viu/in/viu_press_01"
  74. }
  75. }
  76. },
  77. {
  78. "path": "/user/hand/right/input/application_menu",
  79. "mode": "button",
  80. "parameters": {},
  81. "inputs": {
  82. "click": {
  83. "output": "/actions/htc_viu/in/viu_press_01"
  84. }
  85. }
  86. },
  87. {
  88. "path": "/user/hand/left/input/thumb",
  89. "mode": "button",
  90. "parameters": {},
  91. "inputs": {
  92. "click": {
  93. "output": "/actions/htc_viu/in/viu_press_32"
  94. }
  95. }
  96. },
  97. {
  98. "path": "/user/hand/right/input/thumb",
  99. "mode": "button",
  100. "parameters": {},
  101. "inputs": {
  102. "click": {
  103. "output": "/actions/htc_viu/in/viu_press_32"
  104. }
  105. }
  106. }
  107. ],
  108. "poses": [],
  109. "haptics": [
  110. {
  111. "output": "/actions/htc_viu/out/viu_vib_01",
  112. "path": "/user/hand/left/output/haptic"
  113. },
  114. {
  115. "output": "/actions/htc_viu/out/viu_vib_01",
  116. "path": "/user/hand/right/output/haptic"
  117. }
  118. ],
  119. "skeleton": []
  120. }
  121. }
  122. }