You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The opengv::math::rot2quaternion function returns a quaternion with NaN values for an identity matrix, while this should be (1, 0, 0, 0). The function opengv::math::quaternion2rot returns an identity matrix for the quaternion (1, 0, 0, 0). Is this intended behavior or can this be considered as a bug?
The text was updated successfully, but these errors were encountered:
The
opengv::math::rot2quaternion
function returns a quaternion withNaN
values for an identity matrix, while this should be(1, 0, 0, 0)
. The functionopengv::math::quaternion2rot
returns an identity matrix for the quaternion(1, 0, 0, 0)
. Is this intended behavior or can this be considered as a bug?The text was updated successfully, but these errors were encountered: