-
Notifications
You must be signed in to change notification settings - Fork 31
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
consolidating simpleICP with PCL types #885
Conversation
Codecov Report
@@ Coverage Diff @@
## master #885 +/- ##
==========================================
+ Coverage 16.40% 21.43% +5.02%
==========================================
Files 48 49 +1
Lines 2828 3009 +181
==========================================
+ Hits 464 645 +181
Misses 2364 2364
📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more |
Hi @Affie , just fyi that a baseline ICP is now available using the PCL types. Some untangling required in the estimated rigid transform |
weird thing here is homogeneous transform is non-uniform, e.g. rotation matrix portion does not have determinant = 1. Some more investigation of standardization needed, but looks initial features and tests are passing.