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

![frames](https://user-images.githubusercontent.com/73947915/178254179-83fc3df9-9ab2-4ea6-ae7a-2db1cca270f6.png) Hi I have a tilted LiDar and I dont really understand how to write the extrinsic Transformations. I think it schould be [0, 0, -1, 0, 1, 0, 1,...

Hi, I have a Ouster1-32 lidar mounted 45 degrees facing northwest whereas my IMU (MTi630 R) is facing north. ![image](https://user-images.githubusercontent.com/67644448/176995384-87e48e86-3663-4a7a-8824-23c76a16bb3f.png) Will this set up still work with LIO-SAM? If so,...

stale

Hello, I am using LIO-SAM with Mavros on a drone. I am facing an initial position problem, when my system start I see my initial pose orientation rotated about the...

stale

Hello, I'm really interested in the hardware you used with the handheld scanner as shown in this photo: ![Scanner](https://github.com/TixiaoShan/LIO-SAM/raw/master/config/doc/device-hand.png) For what I see: - Intel NUC - Velodyne VLP-16 Is...

stale

Build System - [x] Ubuntu 20.04 - [x] ROS foxy - [X] ros2 branch Hi, As I am new to the ROS2 and i am building this Slam algorithm on...

stale

Hi, thanks for the great code. I am using Velodyne VLP-16 lidar and Xsens MTi-3 imu for building map. When the freq of lidar topic is 10hz and freq of...

stale

imuPreintergration.cpp:48~52 ``` try { tfListener.waitForTransform(lidarFrame, baselinkFrame, ros::Time(0), ros::Duration(3.0)); tfListener.lookupTransform(lidarFrame, baselinkFrame, ros::Time(0), lidar2Baselink); } ``` It looks like to obtain lidar to baselink static transform. However, I googled what ```lookupTransform``` returns...

stale

Hi @TixiaoShan, thanks for your execllent work! However, after reading your answer in #6 and the explaination in the **IMU alignment** part of readme, I am still puzzled about the...

Hi, as the title suggest I am trying to use this slam in my work with a lidar velodyne vlp16 and a imu vectornav vn100. I have problem finding the...

stale

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...