mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-29 11:06:18 +00:00
d/rs: Tracking origin probably should have an identity pose
This commit is contained in:
parent
b2ccc8419c
commit
e4805c07e2
|
@ -472,6 +472,7 @@ rs_ddev_create(int device_idx)
|
|||
rs->base.destroy = rs_ddev_destroy;
|
||||
rs->base.name = XRT_DEVICE_REALSENSE;
|
||||
rs->base.tracking_origin->type = XRT_TRACKING_TYPE_EXTERNAL_SLAM;
|
||||
rs->base.tracking_origin->offset = (struct xrt_pose)XRT_POSE_IDENTITY;
|
||||
|
||||
// Print name.
|
||||
snprintf(rs->base.str, XRT_DEVICE_NAME_LEN, "Intel RealSense Device-SLAM");
|
||||
|
|
Loading…
Reference in a new issue