The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

t/slam: Recover fallback measurements for systems without timing extension

Fixes #235

authored by

Mateo de Mayo and committed by
Jakob Bornecrantz
e9e0cf9f b666b8b0

+3 -4
+3 -4
src/xrt/auxiliary/tracking/t_tracker_slam.cpp
··· 821 821 gt_ui_push(t, nts, rel.pose); 822 822 t.slam_traj_writer->push(nts, rel.pose); 823 823 824 - if (t.timing.ext_enabled) { 825 - auto tss = timing_ui_push(t, np); 826 - t.slam_times_writer->push(tss); 827 - } 824 + // Push even if timing extension is disabled 825 + auto tss = timing_ui_push(t, np); 826 + t.slam_times_writer->push(tss); 828 827 829 828 if (t.features.ext_enabled) { 830 829 vector feat_count = features_ui_push(t, np);