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
rot_matrix_from_quaternion
The rotation matrix returned is not normalized or orthogonal. Here:
IsaacGymEnvs/isaacgymenvs/tasks/amp/poselib/poselib/core/rotation3d.py
Line 419 in aeed298
R2 = torch.stack([R20, R21, R22], dim=-1)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The rotation matrix returned is not normalized or orthogonal.
Here:
IsaacGymEnvs/isaacgymenvs/tasks/amp/poselib/poselib/core/rotation3d.py
Line 419 in aeed298
Should have been:
The text was updated successfully, but these errors were encountered: