mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-02-13 17:20:09 +00:00
h/mercury: Fix debug log
This commit is contained in:
parent
65d88f00aa
commit
a5c0f0b426
|
@ -162,9 +162,10 @@ getCalibration(struct HandTracking *hgt, t_stereo_camera_calibration *calibratio
|
|||
|
||||
hgt->left_in_right = left_in_right;
|
||||
|
||||
U_LOG_E("OpenXR: %f %f %f %f %f %f %f", left_in_right.position.x, left_in_right.position.z,
|
||||
left_in_right.position.z, left_in_right.orientation.x, left_in_right.orientation.y,
|
||||
left_in_right.orientation.z, left_in_right.orientation.w);
|
||||
HG_DEBUG(hgt, "left_in_right pose: %f %f %f %f %f %f %f", //
|
||||
left_in_right.position.x, left_in_right.position.y, left_in_right.position.z, //
|
||||
left_in_right.orientation.x, left_in_right.orientation.y, left_in_right.orientation.z,
|
||||
left_in_right.orientation.w);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue