···11-// Copyright 2019, Collabora, Ltd.
11+// Copyright 2019-2023, Collabora, Ltd.
22// SPDX-License-Identifier: BSL-1.0
33/*!
44 * @file
···9898 //! SLAM systems track the IMU pose, enabling this corrects it to middle of the eyes
9999 bool imu2me;
100100 } tracking;
101101+102102+ /*!
103103+ * Offset for tracked pose offsets (applies to both fusion and SLAM).
104104+ * Applied when getting the tracked poses, so is effectivily a offset
105105+ * to increase or decrease prediction.
106106+ */
107107+ struct u_var_draggable_f32 tracked_offset_ms;
101108102109 struct xrt_pose P_imu_me; //!< IMU to head/display/middle-of-eyes transform in OpenXR coords
103110