GithubHelp home page GithubHelp logo

Comments (5)

liuyf5231 avatar liuyf5231 commented on August 14, 2024

another bug,
matching.Sophus ensure failed in function 'Sophus::SO3<Scalar_, Options>::SO3(const Transformation&) [with Scalar_ = float; int Options = 0; Sophus::SO3<Scalar_, Options>::Transformation = Eigen::Matrix<float, 3, 3>]', file '/..../src/fast_gicp/thirdparty/Sophus/sophus/so3.hpp', line 473. R is not orthogonal: 1.00001 -1.83471e-07 -1.13947e-06 -1.83471e-07 1.00001 4.81601e-07 -1.13947e-06 4.81601e-07

from fast_gicp.

hitbg-yjm avatar hitbg-yjm commented on August 14, 2024

How do you solve the problem? we have the same problem.

from fast_gicp.

koide3 avatar koide3 commented on August 14, 2024

This error happens when the rotation part of the initial guess is not orthogonal. A workaround is to do normalize the initial guess like:

Eigen::Matrix4d initial_guess = ...;
initial_guess.block<3, 3>(0, 0) = Eigen::Quaterniond(initial_guess.block<3, 3>(0, 0)).normalized().toRotationMatrix();
gicp.align(aligned_cloud, inigial_guess.cast<float>());

from fast_gicp.

hitbg-yjm avatar hitbg-yjm commented on August 14, 2024

This error happens when the rotation part of the initial guess is not orthogonal. A workaround is to do normalize the initial guess like:

Eigen::Matrix4d initial_guess = ...;
initial_guess.block<3, 3>(0, 0) = Eigen::Quaterniond(initial_guess.block<3, 3>(0, 0)).normalized().toRotationMatrix();
gicp.align(aligned_cloud, inigial_guess.cast<float>());

Thank you for your response. I will try this way ,it helps a lot.

from fast_gicp.

gulfemakpinar avatar gulfemakpinar commented on August 14, 2024

I am using FastVGICP and I faced with the same problem. Could you help me? matching.Sophus ensure failed in function 'Sophus::SO3<Scalar_, Options>::SO3(const Transformation&) [with Scalar_ = float; int Options = 0; Sophus::SO3<Scalar_, Options>::Transformation = Eigen::Matrix<float, 3, 3>]', file '/..../src/fast_gicp/thirdparty/Sophus/sophus/so3.hpp', line 473. I got this message and the system is terminated.

from fast_gicp.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.