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

Fix division with MRP #153

Merged
merged 3 commits into from
Oct 17, 2021
Merged

Conversation

hyrodium
Copy link
Collaborator

@hyrodium hyrodium commented May 2, 2021

This PR fixes #152.

I've also fixed ∇err and ∇²err, but there're no tests.
I'm not familiar with Modified Rodrigues Parameter and its derivative, so I couldn't add the tests.

Are there any suggestions or recommended documents about MRP?

@codecov-commenter
Copy link

codecov-commenter commented May 2, 2021

Codecov Report

Merging #153 (d0cfd42) into master (38b208b) will decrease coverage by 0.07%.
The diff coverage is 36.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #153      +/-   ##
==========================================
- Coverage   85.40%   85.32%   -0.08%     
==========================================
  Files          12       12              
  Lines        1261     1261              
==========================================
- Hits         1077     1076       -1     
- Misses        184      185       +1     
Impacted Files Coverage Δ
src/mrps.jl 34.02% <36.00%> (ø)
src/unitquaternion.jl 95.10% <0.00%> (-0.55%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 38b208b...d0cfd42. Read the comment docs.

@JeffreySarnoff
Copy link
Member

This is ready for merging.

@hyrodium
Copy link
Collaborator Author

Thanks for the review!

@tkoolen @c42f @bjack205
Could you review and merge PRs I've sent?

@andyferris andyferris merged commit e74be1e into JuliaGeometry:master Oct 17, 2021
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

Successfully merging this pull request may close these issues.

Incorrect division with MRP
4 participants