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

Hi! If I want to integrate a camera to recognize road signs or traffic lights, how should I incorporate this sensor into the decision-making layer?

I got some problems when I run `roslaunch lio_sam run.launch`, the results are some error messages as I mentioned in title, I found this error message was mentioned in utility.h...

Hi Trixiao! Thank you for sharing your amazing work! Can I ask what the difference between the extrinisicRot and extrinsicRPY is? Currently, to get from my imu frame to my...

I tried to run this algorithm with **livox mid70** lidar. The error "_Large velocity, reset IMU preintegration!_" appeared, and the trajectory could be seen flying in _rviz_. The parameters related...

The issue I'm currently facing is that the Hesai Lidar's driver provides timestamps in timestamp format, while LIO-SAM expects point cloud data with timestamps in time format. Will this have...

I have LIO-SAM working with Velodyne 16 on [my fork](https://github.com/VineetTambe/LIO-SAM/tree/ros2-velodyne). I had to modify the way the "ring" parameter was updated as it was not available in the standard pcl...

thanks for your great job, and how to solve this problem in ROS2 @hitbg-yjm - [I just made a new push for this problem.](https://github.com/TixiaoShan/LIO-SAM/commit/64a10e8e996ffee7154f144dbdeb6e2425dea9b9) - You also need to use...

Currently I build a map for a while before getting GPS signal. When I get GPS signal, the map/cloud position is updated, but orientation stays the same than where the...

Excuse me, why do we need to transform the pose of the lidar odometry into the IMU coordinate system in the odometryHandler at this node, and then transform it back...

大家好! if (planeValid) { float pd2 = pa * pointSel.x + pb * pointSel.y + pc * pointSel.z + pd; float s = 1 - 0.9 * fabs(pd2) / sqrt(sqrt(pointOri.x...