monado/doc/example_configs/config_v0.json.northstar_lonestar
Moses Turner 55b86fe815 d/ulv2: Create the driver.
Co-authored-by: Moses Turner <mosesturner@protonmail.com>
Co-authored-by: Christoph Haag <christoph.haag@collabora.com>
2021-04-01 02:10:33 +02:00

44 lines
738 B
Plaintext

{
"active": "tracking",
"tracking": {
"tracking_overrides": [
{
"target_device_serial": "North Star",
"tracker_device_serial": "Intel RealSense 6-DOF",
"type": "direct",
"offset": {
"orientation": {
"x": -0.102931,
"y": 0,
"z": 0,
"w": 0.994689
},
"position": {
"x": 0,
"y": 0.0683,
"z": -0.0744
}
}
},
{
"target_device_serial": "Leap Motion v2 driver",
"tracker_device_serial": "Intel RealSense 6-DOF",
"type": "attached",
"offset": {
"orientation": {
"x": 0,
"y": 0,
"z": 0,
"w": 1
},
"position": {
"x": 0,
"y": 0.005,
"z": 0
}
}
}
],
"version": 0
}
}