Git Product home page Git Product logo

Comments (2)

PerceptMD avatar PerceptMD commented on August 14, 2024

The readme says

All the implemented algorithms have the PCL registration interface so that they can be used as an inplace replacement for GICP in PCL.

PCL Registration class has this method

/** \brief Get the final transformation matrix estimated by the registration method. */ inline Matrix4 getFinalTransformation () { return (final_transformation_); }

Which is available through your icp instance like
Eigen::Matrix4f final_mat = icp.getFinalTransformation();

Currently I am not able to test this. Butt this is promising. Could you check that?

from fast_gicp.

miltonhuang avatar miltonhuang commented on August 14, 2024

Hi sir,
"Eigen::Matrix4f final_mat = icp.getFinalTransformation();"
After checked with sample PCD, this line could get the transformation matrix as below.
For your reference.

finalTransformation:
0.99992 0.0125376 -0.00147484 0.491601
-0.0125486 0.999892 -0.00768502 0.119129
0.00137832 0.00770291 0.999969 -0.025012
0 0 0 1

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.