|
Monado OpenXR Runtime
|
Container of pointers to sinks that could be used for a SLAM system. More...
#include <xrt/xrt_tracking.h>

Data Fields | |
| int | cam_count |
| int | imu_count |
| struct xrt_frame_sink * | cams [8] |
| struct xrt_imu_sink * | imus [3] |
| struct xrt_pose_sink * | gt |
| Can receive ground truth poses if available. | |
| struct xrt_hand_masks_sink * | hand_masks |
Container of pointers to sinks that could be used for a SLAM system.
Sinks are considered disabled if they are null.
| struct xrt_pose_sink* xrt_slam_sinks::gt |
Can receive ground truth poses if available.
Referenced by euroc_recorder_create(), xrt::auxiliary::tracking::slam::flush_poses(), t_slam_gt_sink_push(), and valve_index_setup_visual_trackers().