mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-29 11:06:18 +00:00
xrt: Add groundtruth sink to xrt_slam_sinks
This commit is contained in:
parent
88bd7a669d
commit
147d4c5d26
|
@ -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
|
||||||
};
|
};
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
|
|
Loading…
Reference in a new issue