All Projects → gisbi-kim → lt-mapper

gisbi-kim / lt-mapper

Licence: other
A Modular Framework for LiDAR-based Lifelong Mapping

Programming Languages

C++
36643 projects - #6 most used programming language
CMake
9771 projects

Projects that are alternatives of or similar to lt-mapper

Sc Lego Loam
LiDAR SLAM: Scan Context + LeGO-LOAM
Stars: ✭ 332 (+10.3%)
Mutual labels:  mapping, lidar, slam, pointcloud
Loam noted
loam code noted in Chinese(loam中文注解版)
Stars: ✭ 455 (+51.16%)
Mutual labels:  mapping, lidar, slam, pointcloud
Loam velodyne
Laser Odometry and Mapping (Loam) is a realtime method for state estimation and mapping using a 3D lidar.
Stars: ✭ 1,135 (+277.08%)
Mutual labels:  mapping, lidar, slam, pointcloud
Pyicp Slam
Full-python LiDAR SLAM using ICP and Scan Context
Stars: ✭ 155 (-48.5%)
Mutual labels:  lidar, slam, pointcloud
Lego Loam
LeGO-LOAM: Lightweight and Ground-Optimized Lidar Odometry and Mapping on Variable Terrain
Stars: ✭ 1,138 (+278.07%)
Mutual labels:  mapping, lidar, slam
Awesome Robotic Tooling
Tooling for professional robotic development in C++ and Python with a touch of ROS, autonomous driving and aerospace.
Stars: ✭ 1,876 (+523.26%)
Mutual labels:  mapping, lidar, slam
puma
Poisson Surface Reconstruction for LiDAR Odometry and Mapping
Stars: ✭ 302 (+0.33%)
Mutual labels:  mapping, lidar, slam
direct lidar odometry
Direct LiDAR Odometry: Fast Localization with Dense Point Clouds
Stars: ✭ 202 (-32.89%)
Mutual labels:  mapping, lidar, slam
awesome-lidar
😎 Awesome LIDAR list. The list includes LIDAR manufacturers, datasets, point cloud-processing algorithms, point cloud frameworks and simulators.
Stars: ✭ 217 (-27.91%)
Mutual labels:  lidar, slam, pointcloud
UrbanLoco
UrbanLoco: A Full Sensor Suite Dataset for Mapping and Localization in Urban Scenes
Stars: ✭ 147 (-51.16%)
Mutual labels:  mapping, lidar, slam
Evo
Python package for the evaluation of odometry and SLAM
Stars: ✭ 1,373 (+356.15%)
Mutual labels:  mapping, slam
Eao Slam
[IROS 2020] EAO-SLAM: Monocular Semi-Dense Object SLAM Based on Ensemble Data Association
Stars: ✭ 95 (-68.44%)
Mutual labels:  mapping, slam
Mrpt slam
ROS wrappers for SLAM algorithms in MRPT
Stars: ✭ 84 (-72.09%)
Mutual labels:  mapping, slam
Rtabmap
RTAB-Map library and standalone application
Stars: ✭ 1,376 (+357.14%)
Mutual labels:  mapping, slam
Door Slam
Distributed, Online, and Outlier Resilient SLAM for Robotic Teams
Stars: ✭ 107 (-64.45%)
Mutual labels:  mapping, slam
Pythonrobotics
Python sample codes for robotics algorithms.
Stars: ✭ 13,934 (+4529.24%)
Mutual labels:  mapping, slam
Iris lama
LaMa - A Localization and Mapping library
Stars: ✭ 217 (-27.91%)
Mutual labels:  mapping, slam
Maplab
An open visual-inertial mapping framework.
Stars: ✭ 1,722 (+472.09%)
Mutual labels:  mapping, slam
li slam ros2
ROS2 package of tightly-coupled lidar inertial ndt/gicp slam
Stars: ✭ 160 (-46.84%)
Mutual labels:  lidar, slam
omnimapper
A Modular Multimodal Mapping Framework
Stars: ✭ 86 (-71.43%)
Mutual labels:  mapping, slam

LT-mapper (ICRA 22)

What is LT-mapper?

  • A Modular Framework for LiDAR-based Lifelong Mapping

Why LT-mapper?

  • For LiDAR-based long-term mapping, three challenges exist.

Features

  • TBA

How to use?

Prerequisites

  • TBA

build

  • TBA

Tutorial and examples

0. Single-session Data Generation

  • Using the saver provided with SC-LIO-SAM (also in SC-A-LOAM or FAST_LIO_SLAM), a user should generate the set of sesssion data (i.e., keyframe point cloud scans, keyframe scan context descriptors (SCDs), and an initial pose-graph text file) for each session.

1. LT-SLAM

  • Tutorial video

  • command

      # change the paths in ltslam/config/params.yaml
      roslaunch ltslam run.launch
    

2. LT-removert and LT-map

  • ltremovert directory runs removert (for single-session cleaning) and change detection between two sessions.
  • command
      TBA
    
  • Outputs

LT-mapper ParkingLot dataset

Citation

@INPROCEEDINGS { kim2021ltmapper,
    AUTHOR = { Giseop Kim, Ayoung Kim },
    TITLE = { {LT-mapper: A Modular Framework for LiDAR-based Lifelong Mapping} },
    BOOKTITLE = { Proceedings of the IEEE International Conference on Robotics and Automation (ICRA) },
    YEAR = { 2022 },
}

Contact

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].