LIO-SAM icon indicating copy to clipboard operation
LIO-SAM copied to clipboard

LIO-SAM: Tightly-coupled Lidar Inertial Odometry via Smoothing and Mapping

Results 128 LIO-SAM issues
Sort by recently updated
recently updated
newest added

First, thank you very much for the excellent work! i am testing related algorithms on the datasets as you mentioned, such as: `Walking dataset` `Park dataset` `Garden dataset` But, i...

Hi. I have a fork implementing the [solution](https://github.com/TixiaoShan/LIO-SAM/issues/206#issuecomment-784684341) to have LIO-SAM compile on ROS Noetic from issue #206. Maybe you can create a branch or release specifically for Noetic, that...

stale

The problem I am facing now is that the time of each point cloud of PandarQT-64 LiDAR is not relative to the time of the first point. The time field...

I uploaded a video to YouTube of my issue, so it is clear what I mean. At some point the map stops to jump around, but later on it suddenly...

Hi. First of all thank you very much for your work. I read your paper, which was very clear and written in a detailed way. Now, I am reading the...

Hello, I have two questions. 1) When I visualize the global map, I get something like the following image. It is too sparse for my application. Is there any setting...

Hello, What is the difference between these point cloud topics published by LIO-SAM? /lio_sam/mapping/cloud_registered /lio_sam/mapping/cloud_registered_raw /lio_sam/mapping/map_global /lio_sam/mapping/map_local Thanks,

In `mapOptimization.cpp`, a linear interpolation is calculated for the roll and pitch angles between the angles calculated from the pointcloud matching and the IMU. ``` // slerp roll transformQuaternion.setRPY(transformTobeMapped[0], 0,...

![微信图片_20230506172658](https://user-images.githubusercontent.com/64113233/236616047-9275232e-8596-4fa1-a1f3-61ae7d18b606.jpg) ![微信图片_20230506173330](https://user-images.githubusercontent.com/64113233/236616048-fff73e9d-6fdc-4da4-a3ca-ded8d7ac2506.jpg) ![微信图片_20230506173633](https://user-images.githubusercontent.com/64113233/236616212-c6aeae89-0530-4cc9-a938-015d71a3329f.jpg) https://user-images.githubusercontent.com/64113233/236616203-377bd025-bc43-4bce-b852-b35db45a3b5b.mp4

Hi @TixiaoShan I have followed the readme to make the necessary changes in the config (params) file to run the campus (small or large) datasets. The problem is, as soon...