xrt: Add groundtruth sink to xrt_slam_sinks

This commit is contained in:
Mateo de Mayo 2022-03-04 09:52:21 -03:00 committed by Jakob Bornecrantz
parent 88bd7a669d
commit 147d4c5d26

View file

@ -179,6 +179,7 @@ struct xrt_slam_sinks
struct xrt_frame_sink *left; struct xrt_frame_sink *left;
struct xrt_frame_sink *right; struct xrt_frame_sink *right;
struct xrt_imu_sink *imu; struct xrt_imu_sink *imu;
struct xrt_pose_sink *gt; //!< Can receive ground truth poses if available
}; };
/*! /*!