We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fromTransfMatrixToPosQuat
Given the homogenous matrix:
H = 1.0000 0 0 0 0 -0.7071 -0.7071 0 0 0.7071 -0.7071 0 0 0 0 1.0000
The quaternion computed using the function fromTransfMatrixToPosQuat is wrong, i.e. the norm is different from 1
fromTransfMatrixToPosQuat(R) = 0 0 0 0 0.9239 0 0
The output produced by the matlab function rotm2quat is:
rotm2quat
rotm2quat(H(1:3,1:3)) 0.3827 0.9239 0 0
The text was updated successfully, but these errors were encountered:
hello @FabioBergonti, is this bug still there or we can close the issue?
Sorry, something went wrong.
It's still there
gabrielenava
No branches or pull requests
Given the homogenous matrix:
The quaternion computed using the function
fromTransfMatrixToPosQuat
is wrong, i.e. the norm is different from 1The output produced by the matlab function
rotm2quat
is:The text was updated successfully, but these errors were encountered: