All Projects → YoujieXia → Awesome Slam

YoujieXia / Awesome Slam

Licence: mit
A curated list of SLAM resources

Labels

Projects that are alternatives of or similar to Awesome Slam

Pangolin
Python binding of 3D visualization library Pangolin
Stars: ✭ 157 (-29.91%)
Mutual labels:  slam
Deepmatchvo
Implementation of ICRA 2019 paper: Beyond Photometric Loss for Self-Supervised Ego-Motion Estimation
Stars: ✭ 178 (-20.54%)
Mutual labels:  slam
Pvio
Robust and Efficient Visual-Inertial Odometry with Multi-plane Priors
Stars: ✭ 198 (-11.61%)
Mutual labels:  slam
Superpoint slam
SuperPoint + ORB_SLAM2
Stars: ✭ 163 (-27.23%)
Mutual labels:  slam
Recent slam research
Track Advancement of SLAM 跟踪SLAM前沿动态【2021 version】
Stars: ✭ 2,387 (+965.63%)
Mutual labels:  slam
Orb Slam2 with semantic label
orb-slam2 with semantic label
Stars: ✭ 186 (-16.96%)
Mutual labels:  slam
Pythonrobotics
Python sample codes for robotics algorithms.
Stars: ✭ 13,934 (+6120.54%)
Mutual labels:  slam
Iris lama
LaMa - A Localization and Mapping library
Stars: ✭ 217 (-3.12%)
Mutual labels:  slam
Anms Codes
Efficient adaptive non-maximal suppression algorithms for homogeneous spatial keypoint distribution
Stars: ✭ 174 (-22.32%)
Mutual labels:  slam
Hypharos minicar
1/20 MiniCar: An ackermann based rover for MPC and Pure-Pursuit controller
Stars: ✭ 194 (-13.39%)
Mutual labels:  slam
Pop up slam
Pop-up SLAM: Semantic Monocular Plane SLAM for Low-texture Environments
Stars: ✭ 164 (-26.79%)
Mutual labels:  slam
Visual Gps Slam
This is a repo for my master thesis research about the Fusion of Visual SLAM and GPS. It contains the research paper, code and other interesting data.
Stars: ✭ 175 (-21.87%)
Mutual labels:  slam
Slambench2
SLAM performance evaluation framework
Stars: ✭ 187 (-16.52%)
Mutual labels:  slam
Lili Om
LiLi-OM is a tightly-coupled, keyframe-based LiDAR-inertial odometry and mapping system for both solid-state-LiDAR and conventional LiDARs.
Stars: ✭ 159 (-29.02%)
Mutual labels:  slam
Mola
A Modular Optimization framework for Localization and mApping (MOLA)
Stars: ✭ 206 (-8.04%)
Mutual labels:  slam
Resources
Resources on various topics being worked on at IvLabs
Stars: ✭ 158 (-29.46%)
Mutual labels:  slam
Kimera Vio Ros
ROS wrapper for Kimera-VIO
Stars: ✭ 182 (-18.75%)
Mutual labels:  slam
Iros2018 Slam Papers
IROS2018 SLAM papers (ref from PaoPaoRobot)
Stars: ✭ 224 (+0%)
Mutual labels:  slam
Iros2019 Paper List
IROS2019 paper list from PaopaoRobot
Stars: ✭ 214 (-4.46%)
Mutual labels:  slam
Staticmapping
Use LiDAR to map the static world
Stars: ✭ 191 (-14.73%)
Mutual labels:  slam

Awesome-SLAM Awesome

A curated list of SLAM resources

Stay Tuned for Constant Updates

Last updated: Mar. 14th, 2021.

The repo is maintained by Youjie Xia. The repo mainly summarizes the awesome repositories relevant to SLAM/VO on GitHub, including those on the PC end, the mobile end and some learner-friendly tutorials.

Regrading awesome SLAM papers, please refer to Awesome-SLAM-Papers.

If you want to know more about dependencies/packages of SLAM systems, please refer to Installing Dependencies on Ubuntu 16.04 LTS towards SLAM Projects (Updating).

If you think this repo is useful, please watchstar or fork it!

Welcome to contribute to this repo, if you are interested in SLAM! Feel free to creat a pull request or contact me.

Note: Name Format - repository name: one-sentence introduction (with link to the corresponding repo)


Table of Contents


1. Hot SLAM Repos on GitHub


2. Visual SLAM

2.1 Framework

2.2 Monocular

2.3 Stereo

2.4 RGBD

2.5 Others

  • CubeSLAM: Monocular 3D Object Detection and SLAM
  • se2lam: Visual-Odometric On-SE(2) Localization and Mapping
  • se2clam: SE(2)-Constrained Localization and Mapping by Fusing Odometry and Vision
  • BreezySLAM: Simple, efficient, open-source package for Simultaneous Localization and Mapping in Python, Matlab, Java, and C++
  • MultiCol-SLAM: a multi-fisheye camera SLAM
  • Event-based Stereo Visual Odometry

3. Visual Inertial SLAM

3.1 Framework

  • maplab: An open visual-inertial mapping framework.
  • ORB-SLAM3: An Accurate Open-Source Library for Visual, Visual-Inertial and Multi-Map SLAM
  • VINS-Fusion: An optimization-based multi-sensor state estimator
  • Kimera: an open-source library for real-time metric-semantic localization and mapping
  • OpenVINS: An open source platform for visual-inertial navigation research

3.2 Monocular

3.3 Stereo

3.4 RGBD

3.5 Others


4. LIDAR based SLAM

4.1 Framework

4.2 Others


5. Learning based SLAM

The SLAM algorithms using conventional methods are listed above by default. The section is to list SLAM algos using learning based methods.

5.1 Survey

5.2 Others

5.3 Deep Features

  • GCNv2 SLAM: Real-time SLAM system with deep features
  • FCGF: Fully Convolutional Geometric Features: Fast and accurate 3D features for registration and correspondence
  • Deep Image Retrieval
  • Key.Net: Keypoint Detection by Handcrafted and Learned CNN Filters

5.4 Semantic SLAM


6. Mobile End SLAM

The SLAM algorithms running on PC end are listed above by default. The section is to list references and resources for SLAM algo dev on mobile end.

6.1 Visual SLAM

6.2 Visual Inertial SLAM

  • VINS-Mobile: Monocular Visual-Inertial State Estimator on Mobile Phones

6.3 Augmented Reality

6.3.1 Depth Image API with iPhone 7 Plus (or newer)

6.4 Others


7. Datasets


8. Tutorials

8.1 3D Vision

8.1.1 Libs

8.2 Robotics

  • RoboticSystemsBook
  • MATLABRobotics: MATLAB sample codes for mobile robot navigation
  • Kindr: Kinematics and Dynamics for Robotics
  • Sensor Fusion in ROS: An in-depth step-by-step tutorial for implementing sensor fusion with robot_localization
  • fuse: The fuse stack provides a general architecture for performing sensor fusion live on a robot. Some possible applications include state estimation, localization, mapping, and calibration.
  • GPU Computing in Robotics

8.3 Lie Algebra and Lie Groups

8.3.1 Libs

  • Sophus: C++ implementation of Lie Groups using Eigen
  • manif: A small C++11 header-only library for Lie theory

8.4 Optimization Techniques

8.4.1 Libs

  • ceres-solver: A large scale non-linear optimization library
  • g2o: A General Framework for Graph Optimization
  • GTSAM: Georgia Tech Smoothing and Mapping Library
  • AMGCL: C++ library for solving large sparse linear systems with algebraic multigrid method
  • Armadillo: fast C++ library for linear algebra & scientific computing
  • IFOPT: An Eigen-based, light-weight C++ Interface to Nonlinear Programming Solvers (Ipopt, Snopt)
  • LBFGS++: A header-only C++ library for L-BFGS and L-BFGS-B algorithms
  • OptimLib: a lightweight C++ library of numerical optimization methods for nonlinear functions
  • PoseLib: a collection of minimal solvers for camera pose estimation
  • fpm: C++ header-only fixed-point math library

8.5 Calibration

8.5.1 Libs

8.6 RANSAC

  • RansacLib: Template-based implementation of RANSAC and its variants in C++

9. Selected Blogs


10. Research Groups

TBA


11. Community

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