···14141515#pragma once
16161717+#include "tracking/t_tracking.h"
1718#include "xrt/xrt_device.h"
1819#include "xrt/xrt_frame.h"
1920#include "xrt/xrt_prober.h"
···156157 //! trackers. In particular, we have a @ref xrt_tracked_slam field but not
157158 //! an equivalent for hand tracking.
158159 struct xrt_tracked_slam *slam;
160160+161161+ //! Calibration data for SLAM
162162+ struct t_slam_calibration slam_calib;
159163160164 //! Set at start. Whether the SLAM tracker was initialized.
161165 bool slam_enabled;