All Projects → changh95 → Visual Slam Roadmap

changh95 / Visual Slam Roadmap

Licence: mit
Roadmap to becoming a Visual-SLAM developer in 2021

Projects that are alternatives of or similar to Visual Slam Roadmap

Iris lama
LaMa - A Localization and Mapping library
Stars: ✭ 217 (-21.66%)
Mutual labels:  robotics, slam
OPVO
Sample code of BMVC 2017 paper: "Visual Odometry with Drift-Free Rotation Estimation Using Indoor Scene Regularities"
Stars: ✭ 40 (-85.56%)
Mutual labels:  robotics, slam
Iros2018 Slam Papers
IROS2018 SLAM papers (ref from PaoPaoRobot)
Stars: ✭ 224 (-19.13%)
Mutual labels:  robotics, slam
Flame
FLaME: Fast Lightweight Mesh Estimation
Stars: ✭ 164 (-40.79%)
Mutual labels:  robotics, slam
bht-ams-playerstage
Player/Stage SLAM
Stars: ✭ 35 (-87.36%)
Mutual labels:  robotics, slam
Anms Codes
Efficient adaptive non-maximal suppression algorithms for homogeneous spatial keypoint distribution
Stars: ✭ 174 (-37.18%)
Mutual labels:  robotics, slam
Iros2020 Paper List
IROS2020 paperlist by paopaorobot
Stars: ✭ 247 (-10.83%)
Mutual labels:  robotics, slam
Se2clam
SE(2)-Constrained Localization and Mapping by Fusing Odometry and Vision (IEEE Transactions on Cybernetics 2019)
Stars: ✭ 116 (-58.12%)
Mutual labels:  robotics, slam
SLAM AND PATH PLANNING ALGORITHMS
This repository contains the solutions to all the exercises for the MOOC about SLAM and PATH-PLANNING algorithms given by professor Claus Brenner at Leibniz University. This repository also contains my personal notes, most of them in PDF format, and many vector graphics created by myself to illustrate the theoretical concepts. Hope you enjoy it! :)
Stars: ✭ 107 (-61.37%)
Mutual labels:  robotics, slam
2019-UGRP-DPoom
2019 DGIST DPoom project under UGRP : SBC and RGB-D camera based full autonomous driving system for mobile robot with indoor SLAM
Stars: ✭ 35 (-87.36%)
Mutual labels:  robotics, slam
Pythonrobotics
Python sample codes for robotics algorithms.
Stars: ✭ 13,934 (+4930.32%)
Mutual labels:  robotics, slam
ROS Basic SLAM
BUILDING AN AUTOMATIC VEHICLE BASED ON STEREO CAMERA
Stars: ✭ 16 (-94.22%)
Mutual labels:  robotics, slam
Ssl slam
SSL_SLAM: Lightweight 3-D Localization and Mapping for Solid-State LiDAR IEEE RA-L 2021
Stars: ✭ 144 (-48.01%)
Mutual labels:  robotics, slam
Iros2019 Paper List
IROS2019 paper list from PaopaoRobot
Stars: ✭ 214 (-22.74%)
Mutual labels:  robotics, slam
Cleanit
Open-source Autonomy Software in Rust-lang with gRPC for the Roomba series robot vacuum cleaners. Under development.
Stars: ✭ 125 (-54.87%)
Mutual labels:  robotics, slam
Minisam
A general and flexible factor graph non-linear least square optimization framework
Stars: ✭ 246 (-11.19%)
Mutual labels:  robotics, 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 (+577.26%)
Mutual labels:  robotics, slam
M Loam
Robust Odometry and Mapping for Multi-LiDAR Systems with Online Extrinsic Calibration
Stars: ✭ 114 (-58.84%)
Mutual labels:  robotics, slam
direct lidar odometry
Direct LiDAR Odometry: Fast Localization with Dense Point Clouds
Stars: ✭ 202 (-27.08%)
Mutual labels:  robotics, slam
ndt localizer
This robot lcoalisation package for lidar-map based localisation using multi-sensor state estimation.
Stars: ✭ 32 (-88.45%)
Mutual labels:  robotics, slam

Visual-SLAM Developer Roadmap - 2021

Roadmap to becoming a Visual-SLAM developer in 2021, inspired by web-developer-roadmap and game-developer-roadmap.

Visual-SLAM is a special case of 'Simultaneous Localization and Mapping', which you use a camera device to gather exteroceptive sensory data.

Below there is a set of charts demonstrating the topics you need to understand in Visual-SLAM, from an absolute beginner difficulty to getting ready to become a Visual-SLAM engineer / researcher.



Visual-SLAM is often portrayed as a rather difficult topic - many think good C++ programming skills and deep understanding of mathematics is necessary.

On the other hand, there are not many courses provided for beginners, especially in non-English languages.

I made these charts to share my thoughts and experience on studying Visual-SLAM, and hopefully the beginner learners can get a grasp of where to start from.



Purpose of these Roadmaps

The purpose of these roadmaps is to give you an idea about the general overview of Visual-SLAM, and to guide you if you are confused about where to start from.

Note to Beginners

Acknowledge that SLAM has a relatively high entry barrier - it's not because of the requirement of undertanding difficult mathematics, but the requirement of equipping yourself with various types of skills. Don't feel overwhelmed - you don't need to learn everything if you are just getting started. Instead, enjoy the journey itself and progress topic by topic. The result will be very rewarding.




Beginner

Beginner level


Getting familiar with SLAM

Disclaimer: You don't need to know every single element in this chart to advance to the next level!

Getting familiar with SLAM


Monocular Visual-SLAM

Monocular Visual-SLAM


RGB-D Visual-SLAM

RGB-D Visual-SLAM


TODO:

Last updated: 2021.01.29

  • Stereo SLAM

  • VIO / VINS

  • Deep SLAM / Localization

  • Collaborative SLAM

  • Visual-LiDAR Fusion

  • Event-based vision

  • Useful links for learning

🚦 Wrap Up

If you think any of the roadmaps can be improved, please do open a PR with any updates and submit any issues. Also, I will continue to improve this, so you might want to watch/star this repository to revisit.

Also, check out my Github and blog 😺

🙌 Contribution

The roadmaps are built using Balsamiq. Project file can be found at /project-files directory. To modify any of the roadmaps, open Balsamiq, click Project > Import > Mockup JSON, it will open the roadmap for you, update it, upload and update the images in readme and create a PR.

  • Open pull request with improvements
  • Discuss ideas in issues
  • Spread the word
  • Reach out to me directly at hyunggi.chang95[at]gmail.com.

🚀 Discussion

To discuss any topics or ask questions, please use the issue tab.

License

The class is licensed under the MIT License:

Copyright © 2020 Hyunggi Chang.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

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