PRBonn / kiss-icp

A LiDAR odometry pipeline that just works
https://www.ipb.uni-bonn.de/wp-content/papercite-data/pdf/vizzo2023ral.pdf
MIT License
1.57k stars 314 forks source link

Any way to incorporate IMU information in KISS-ICP? #181

Closed siddharth130500 closed 1 year ago

siddharth130500 commented 1 year ago

I have a Lidar point cloud data along with IMU information, although I do not have any GPS data. Is there any way we can use IMU data to improve the localization performed by KISS-ICP? I have the following information in the IMU data: angular velocity and their covariances, linear acceleration and their covariances.

nachovizzo commented 1 year ago

You can use it for the prediction motion module, more details in the paper. We currently don't support this in our code