LeGO-LOAM icon indicating copy to clipboard operation
LeGO-LOAM copied to clipboard

LeGO-LOAM: Lightweight and Ground-Optimized Lidar Odometry and Mapping on Variable Terrain

Results 33 LeGO-LOAM issues
Sort by recently updated
recently updated
newest added

at imageProjection.cpp Line 416, if ((*iter).first == 0) this means thisIndX and fromInx are equal,and thisIndY and fromIndY are different,and also means thisPoint and fromPoint are in the same vertiacal...

Hi everyone, Have anyone here tried to pass non-uniform lidar data such as RS-Lidar 32 data (Robosense) that have this kind of distribution? ![RS-Lidar 32 distribution](https://user-images.githubusercontent.com/79518199/165443698-df600c78-5531-4dba-84c8-32b752885e6d.png) What do you think...

imu可以使用6轴的吗

When I compile the program,I tried to add the soft connection of VTK, but I just deleted the VTK item. The others can't be found in my system The imported...

@TixiaoShan I apologize for asking such a silly query but is it like `base_link` is where the code assumes the lidar's frame and the `camera` frame can be treated as...

wontfix

When I run `roslaunch lego_loam run.launch`in Jeston TX2, there occurs an error: `malloc(): memory corruption`. But in my PC, it doesn't occur. How can I fix this in TX2?

Hello, I'm trying to edit the four cpp codes to apply mapping to all points, not just the corners and surface. I believe I need to make edits to the...

Hi, first of all I want to say that you did amazing job with the algorithm and its really nice work. However I have experienced some issue that I was...

Hello author, I saw in your introduction that IMU is optional in LEGO-LOAM, but when I only use lidar to build the map, it seems that the final data cannot...