Coder Social home page Coder Social logo

jacobian about direct_lidar_odometry HOT 6 CLOSED

vectr-ucla avatar vectr-ucla commented on May 18, 2024
jacobian

from direct_lidar_odometry.

Comments (6)

kennyjchen avatar kennyjchen commented on May 18, 2024

Hi @narutojxl --

Thanks for the interest. Unfortunately we're only here to help with the code, but there are some wonderful resources you can find online to help you with the derivation. Also, since we use a modified version of the fast_gicp solver, we also recommend referring back to a similar issue you opened on their repository a few years ago. Best of luck.

from direct_lidar_odometry.

narutojxl avatar narutojxl commented on May 18, 2024

Thanks author for remainding me that issue, i have forgot it :) . As the author told calculating the jacobian of $M^{-1}$ wrt R is very complicated, slow and impractical., so we approximate it as a constant matrix during each optimization iteration step.
When i carefully expand my derivation as the following, it seems not equal in the code mathematically, hessian Hi and bi, LM llt solver ?
image

from direct_lidar_odometry.

kennyjchen avatar kennyjchen commented on May 18, 2024

I would recommend asking the fast_gicp authors, as we inherited that part of the code from them.

from direct_lidar_odometry.

narutojxl avatar narutojxl commented on May 18, 2024

Hello doctor Koide, @koide3
If you are interested in this issue and have some time, could you please give some advice about why not calculate hessian like the above mentioned form? Thanks for your help and time in advance!

from direct_lidar_odometry.

koide3 avatar koide3 commented on May 18, 2024

The GICP cost is given by . To use the Gauss-Newton method, we need (not ) and weighting it by . So, , and H is given as .

Eqs. 4 and 10 in the following paper would help to understand how the information matrix (the matrix in our case) is computed and used for the Gauss-Newton method: http://www2.informatik.uni-freiburg.de/~stachnis/pdf/grisetti10titsmag.pdf

from direct_lidar_odometry.

narutojxl avatar narutojxl commented on May 18, 2024

Thanks Dr @koide3 and @kennyjchen for your kind and patient reply.

from direct_lidar_odometry.

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.