|
Monado OpenXR Runtime
|
Parameters for adding a device to the constellation tracker. More...
#include </builds/monado/monado/src/xrt/tracking/constellation/t_constellation_tracker.h>
Data Fields | |
| struct t_constellation_tracker_led_model | led_model |
| The constellation pattern for this device. | |
| struct t_constellation_tracker_tracking_source * | tracking_source |
| struct xrt_imu_sink * | imu_sink |
| The IMU sink for this device. | |
Parameters for adding a device to the constellation tracker.
| struct xrt_imu_sink* t_constellation_tracker_device_params::imu_sink |
The IMU sink for this device.
This pointer is filled in by the constellation tracker. After adding the device to the constellation tracker, drivers should send IMU samples to this sink.
Referenced by pssense_add_to_constellation_tracker().
| struct t_constellation_tracker_led_model t_constellation_tracker_device_params::led_model |
The constellation pattern for this device.
Referenced by pssense_add_to_constellation_tracker().