-
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
Get basic CJL.ScatterAlignPose3 functional on standardized code #869
Comments
Common rigid transform function for _PCL and ScatterAlign, working torwards Pose3: |
Further work for ScatterAlignPose3: |
Just adding reference alignment solution from completeness: |
To speed things up (and after finding), I'm consolidating the simpleICP.jl implementation. This is the defacto standard. One trick not included in ScatterAlign is to setup the cost function against path normals around each point. Here is the first piece: and here is what the code does with the two pointclouds from above: |
good chunk of this is probably already done with recent work. So the remaining TAC is that ScatterAlign runs through and has a test, but okay if the numerics are not robust. |
I recently also added an option for alignments on either |
reminder to consolidate versions across both Caesar and PyCaesar functionality |
TAC
get SAP3 functional as simple point to point alignment.
Notes
The text was updated successfully, but these errors were encountered: