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.

67 lines
1.6 KiB

5 years ago
  1. {
  2. "controller_type": "vive_tracker_chest",
  3. "bindings": {
  4. "/actions/htc_viu": {
  5. "chords": [],
  6. "sources": [
  7. {
  8. "path": "/user/chest/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/chest/input/trigger",
  19. "mode": "button",
  20. "parameters": {},
  21. "inputs": {
  22. "click": {
  23. "output": "/actions/htc_viu/in/viu_press_33"
  24. }
  25. }
  26. },
  27. {
  28. "path": "/user/chest/input/grip",
  29. "mode": "button",
  30. "parameters": {},
  31. "inputs": {
  32. "click": {
  33. "output": "/actions/htc_viu/in/viu_press_02"
  34. }
  35. }
  36. },
  37. {
  38. "path": "/user/chest/input/application_menu",
  39. "mode": "button",
  40. "parameters": {},
  41. "inputs": {
  42. "click": {
  43. "output": "/actions/htc_viu/in/viu_press_01"
  44. }
  45. }
  46. },
  47. {
  48. "path": "/user/chest/input/thumb",
  49. "mode": "button",
  50. "parameters": {},
  51. "inputs": {
  52. "click": {
  53. "output": "/actions/htc_viu/in/viu_press_32"
  54. }
  55. }
  56. }
  57. ],
  58. "poses": [],
  59. "haptics": [
  60. {
  61. "output": "/actions/htc_viu/out/viu_vib_01",
  62. "path": "/user/chest/output/haptic"
  63. }
  64. ],
  65. "skeleton": []
  66. }
  67. }
  68. }