41 t_constellation_device_id_t device_id;
50t_constellation_search_model_new(t_constellation_device_id_t device_id,
Definition led_search_model.h:27
uint8_t num_neighbours
List of possible neighbours for this LED, sorted by distance.
Definition led_search_model.h:34
struct t_constellation_tracker_led ** neighbours
The neighbours of this LED, sorted by distance. These are pointers to the LEDs in the same model.
Definition led_search_model.h:36
struct xrt_pose pose
Transform to rotate the anchor LED to face forward @ 0,0,0.
Definition led_search_model.h:31
Definition led_search_model.h:40
The LED model is a series of points which define the real-world positions of all LEDs.
Definition t_constellation.h:259
Definition t_constellation.h:238
A pose composed of a position and orientation.
Definition xrt_defines.h:492
Header defining the tracking system integration in Monado.