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

Added improved test for guess matrix in GICP #972

Closed
wants to merge 2 commits into from

Conversation

saarnold
Copy link
Contributor

This test case reveals that using a guess transformation in the GICP opimization process leads to wrong results. The error is not huge but significant. In the test case the MSE of both alignments should be equally, but the MSE of the alignment with the transformation guess is higher.

My guess is that there is an error in the calculation of the rotation part of the gradient in the optimization.

@taketwo
Copy link
Member

taketwo commented Oct 22, 2014

Okay, so with this test case we got:

76: /home/travis/build/PointCloudLibrary/pcl/test/registration/test_registration.cpp:536: Failure
76: Expected: (reg.getFitnessScore ()) < (0.0001), actual: 0.000816443 vs 0.0001

@VictorLamoine
Copy link
Contributor

Thanks for the details/test unit. I won't have time to investigate this sorry.
Related issue: #754

@SergioRAgostinho
Copy link
Member

Note: was incorporated into #989

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.

4 participants