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

About Rodrigues formula implementation #501

Open
nnop opened this issue Sep 2, 2024 · 0 comments
Open

About Rodrigues formula implementation #501

nnop opened this issue Sep 2, 2024 · 0 comments

Comments

@nnop
Copy link

nnop commented Sep 2, 2024

Hi, thanks for the great work!

I found the following code is not consistent with the Rodrigues formula:

R_align = np.eye(3) + skew + (skew @ skew) * 1 / (1 + c)

Why implemented as this?

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