Advertisement
Guest User

Untitled

a guest
Jun 27th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.43 KB | None | 0 0
  1. {
  2. "description": "This configuration supports video (so-called 'positional') and IMU fusion tracking, in addition to orientation-only tracking, with the OSVR HDK. It is configured for RenderManager applications in direct mode (portrait) on HDK 2.0 optics.",
  3. "display": "displays/Oculus_Rift_DK1.json",
  4. "renderManagerConfig": "sample-configs/renderManager.extended.landscape.json",
  5. "drivers": [{
  6. "plugin": "inf_osvr_move",
  7. "driver": "MoveDevice",
  8. "params": {
  9. "debug":true,
  10. "controllers":[
  11. {
  12. "name":"HMD",
  13. "type":3,
  14. "id": 0
  15. }
  16. ]
  17. }
  18. },
  19. {
  20. "plugin": "je_nourish_fusion",
  21. "driver": "FusionDevice",
  22. "params": {
  23. "name": "PSMS_HDK_Combo",
  24. "position": "/inf_osvr_move/MoveDevice/semantic/HMD/tracker",
  25. "orientation": "/inf_arduino_tracker/Arduino Tracker/semantic/hmd",
  26. "alignInitialOrientation": true,
  27. "offsetFromRotationCenter": {
  28. "x": 0,
  29. "y": 0.01,
  30. "z": -0.05
  31. }
  32. }
  33. }],
  34. "aliases": {
  35. "/headSpace": {
  36. "translate": [0.0, 0.0, 0.04141],
  37. "child": "/org_osvr_filter_videoimufusion/HeadFusion/semantic/fused"
  38. },
  39. "/me/head": "/je_nourish_fusion/PSMS_HDK_Combo/tracker"
  40. }
  41. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement