The open source OpenXR runtime
0
fork

Configure Feed

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

h/mercury: Fix debug log

authored by

Moses Turner and committed by
Jakob Bornecrantz
a5c0f0b4 65d88f00

+4 -3
+4 -3
src/xrt/tracking/hand/mercury/hg_sync.cpp
··· 162 162 163 163 hgt->left_in_right = left_in_right; 164 164 165 - U_LOG_E("OpenXR: %f %f %f %f %f %f %f", left_in_right.position.x, left_in_right.position.z, 166 - left_in_right.position.z, left_in_right.orientation.x, left_in_right.orientation.y, 167 - left_in_right.orientation.z, left_in_right.orientation.w); 165 + HG_DEBUG(hgt, "left_in_right pose: %f %f %f %f %f %f %f", // 166 + left_in_right.position.x, left_in_right.position.y, left_in_right.position.z, // 167 + left_in_right.orientation.x, left_in_right.orientation.y, left_in_right.orientation.z, 168 + left_in_right.orientation.w); 168 169 } 169 170 170 171