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