Skip to content

Collected data using a pair of Velodyne VLP-16 LiDAR sensor mounted on Northeastern University's Autonomous Car (Nuance) and used LeGO-LOAM for real-time pose estimation.

Notifications You must be signed in to change notification settings

mescaline116/LiDAR-SLAM-using-LeGO-LOAM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

LeGO LOAM

  1. Set up a ground vehicle(car) with GPS, IMU(with sensor fusion) and LIDAR on the ROS Noetic platform.
  2. Achieved improvements in SLAM loop closure, detection of dataset points and accuracy by aligning IMU with LIDAR odometry.

Limitations

  • LeGO LOAM mapped some objects, like trees, twice because there is no loop closure
  • In the absence of loop closure, it couldn’t perform corrections when the car went back to a place it had already mapped
  • This is the reason the sensor sweeps are not overlapping and a continuous drift is occurring as observed in the image
  • This can be avoided by including loop closure algorithms with the existing LEGO-LOAM algorithm

IMU Integration

  • When the odometry is obtained by using only the LiDAR point cloud data the map generated is moving out of the plane.
  • The IMU data is used map optimization and feature association in LEGO-LOAM.
  • By adding the IMU data there is clear improvement in the resultant map. This can be observed in the images demonstrated.

Map without IMU i/p:

Map with IMU i/p:

About

Collected data using a pair of Velodyne VLP-16 LiDAR sensor mounted on Northeastern University's Autonomous Car (Nuance) and used LeGO-LOAM for real-time pose estimation.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published