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.

81 lines
1.9 KiB

5 years ago
  1. {
  2. "controller_type": "vive_tracker_camera",
  3. "description": "",
  4. "name": "tracker_forcamera",
  5. "bindings": {
  6. "/actions/mixedreality": {
  7. "chords": [],
  8. "sources": [],
  9. "poses": [
  10. {
  11. "output": "/actions/mixedreality/in/ExternalCamera",
  12. "path": "/user/camera/pose/raw"
  13. }
  14. ],
  15. "haptics": [],
  16. "skeleton": []
  17. },
  18. "/actions/htc_viu": {
  19. "chords": [],
  20. "sources": [
  21. {
  22. "path": "/user/camera/input/power",
  23. "mode": "button",
  24. "parameters": {},
  25. "inputs": {
  26. "click": {
  27. "output": "/actions/htc_viu/in/viu_press_00"
  28. }
  29. }
  30. },
  31. {
  32. "path": "/user/camera/input/trigger",
  33. "mode": "button",
  34. "parameters": {},
  35. "inputs": {
  36. "click": {
  37. "output": "/actions/htc_viu/in/viu_press_33"
  38. }
  39. }
  40. },
  41. {
  42. "path": "/user/camera/input/grip",
  43. "mode": "button",
  44. "parameters": {},
  45. "inputs": {
  46. "click": {
  47. "output": "/actions/htc_viu/in/viu_press_02"
  48. }
  49. }
  50. },
  51. {
  52. "path": "/user/camera/input/application_menu",
  53. "mode": "button",
  54. "parameters": {},
  55. "inputs": {
  56. "click": {
  57. "output": "/actions/htc_viu/in/viu_press_01"
  58. }
  59. }
  60. },
  61. {
  62. "path": "/user/camera/input/thumb",
  63. "mode": "button",
  64. "parameters": {},
  65. "inputs": {
  66. "click": {
  67. "output": "/actions/htc_viu/in/viu_press_32"
  68. }
  69. }
  70. }
  71. ],
  72. "poses": [],
  73. "haptics": [
  74. {
  75. "output": "/actions/htc_viu/out/viu_vib_01",
  76. "path": "/user/camera/output/haptic"
  77. }
  78. ],
  79. "skeleton": []
  80. }
  81. }
  82. }