jedeschaud / ct_icp

CT-ICP: Continuous-Time LiDAR Odometry

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Doubt about CT_ICP_GN function.

Lurvelly opened this issue · comments

Hi,
Thanks for sharing. Your CT_ICP paper is very useful, and the code is beautiful.
But I'm confused. While studying your paper and code, I found that there are some formula that haven't mentioned in your paper. During the step 4 in the "CT_ICP_GN"(Gauss-Newton solver) function, I haven't understand the vector u(cbx, cby, cbz, nbx, nby, nbz, cex, cey, cez, nex, ney, nez) represents in your paper. What's the result of the previous point cross product the closest point normal used for? I'm doubt that I loss some import information.
Could you please tell me where I can find related paper or math formula?

Hi,

Thanks for your support !

So this is a derivation of the point-to-plane with small angle approximation,

(you can see the reference paper here )

Note, however that we have two poses to optimize (instead of one in the mentioned technical report)

Hi, pdell-kitware

Thanks for your kind reply.

Through the reference paper, I think I already know how it works.

Best Regards.