Skip to content
New issue

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

A error in rotation transform #2

Open
Guocode opened this issue Sep 28, 2020 · 0 comments
Open

A error in rotation transform #2

Guocode opened this issue Sep 28, 2020 · 0 comments

Comments

@Guocode
Copy link

Guocode commented Sep 28, 2020

function RotationMatrix() in line16 in param_parser.py,
if anyone is using the project , you should change the R = np.matmul(np.matmul(R_x, R_y), R_z) in function to R = np.matmul(np.matmul(R_z, R_y), R_x), which means the represtation of eular angles are in xyz order.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant