hyye / lio-mapping

Implementation of Tightly Coupled 3D Lidar Inertial Odometry and Mapping (LIO-mapping)
https://sites.google.com/view/lio-mapping
GNU General Public License v3.0
898 stars 320 forks source link

lidar-imu initialization #30

Open llpan91 opened 4 years ago

llpan91 commented 4 years ago

I confused with the coarse gravity solver, “ tmp_A = 0.5 I3x3 (dt12 dt12 dt23 + dt23 dt23 dt12); tmp_b = (pl2 - pl1) dt23 - (pl3 - pl2) dt12

hyye commented 4 years ago

You may find some useful information here, https://github.com/hyye/lio-mapping/issues/4#issuecomment-494632602.

narutojxl commented 4 years ago

Hi @llpan91, Do you figure out what is the residual, when calculating the initial global gravity? Thanks a lot !