Advertisement
Guest User

Untitled

a guest
Jun 26th, 2017
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.43 KB | None | 0 0
  1. "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.",
  2. "display": "displays/Oculus_Rift_DK1.json",
  3. "renderManagerConfig": "sample-configs/renderManager.extended.landscape.json",
  4. "drivers": [{
  5. "plugin": "inf_osvr_move",
  6. "driver": "MoveDevice",
  7. "params": {
  8. "debug":true,
  9. "controllers":[
  10. {
  11. "name":"HMD",
  12. "type":3,
  13. "id": 0
  14. }
  15. ]
  16. }
  17. },
  18. {
  19. "plugin": "je_nourish_fusion",
  20. "driver": "FusionDevice",
  21. "params": {
  22. "name": "PSMS_HDK_Combo",
  23. "position": "/inf_osvr_move/MoveDevice/semantic/HMD/tracker",
  24. "orientation": "/inf_arduino_tracker/Arduino Tracker/semantic/hmd",
  25. "alignInitialOrientation": true,
  26. "offsetFromRotationCenter": {
  27. "x": 0,
  28. "y": 0.01,
  29. "z": -0.05
  30. }
  31. }
  32. }],
  33. "aliases": {
  34. "/headSpace": {
  35. "translate": [0.0, 0.0, 0.04141],
  36. "child": "/org_osvr_filter_videoimufusion/HeadFusion/semantic/fused"
  37. },
  38. "/me/head": "/je_nourish_fusion/PSMS_HDK_Combo/tracker"
  39. }
  40. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement