mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-28 18:46:18 +00:00
parent
bc8025a6bd
commit
93ad858d18
|
@ -730,7 +730,7 @@ static bool
|
|||
flush_poses(TrackerSlam &t)
|
||||
{
|
||||
|
||||
vit_pose_t *pose;
|
||||
vit_pose_t *pose = NULL;
|
||||
vit_result_t vres = t.vit.tracker_pop_pose(t.tracker, &pose);
|
||||
if (vres != VIT_SUCCESS) {
|
||||
SLAM_ERROR("Failed to get pose from VIT tracker");
|
||||
|
|
Loading…
Reference in a new issue