zijiechenrobotics / ig_lio

iG-LIO: An Incremental GICP-based Tightly-coupled LiDAR-inertial Odometry
GNU General Public License v2.0
355 stars 48 forks source link

为什么不需要滑窗和边缘化呢 #6

Closed Torchmm closed 5 months ago

Torchmm commented 5 months ago

您好,我运行了您的代码库,效果很不错,但是如题,为什么您的紧耦合方案不需要滑窗和边缘化呢?

zijiechenrobotics commented 5 months ago

Thank you for trying this work! This work uses a fixed-lag smoother with a single moment, equivalent to the IESKF. One can simply consider that the marginalization constraint combined with the IMU integration generates the IMU constraint in MAP estimation.

Torchmm commented 5 months ago

thanks for your reply!