Introduction to 3D SLAM with RTAB-Map | by Shiva Chandrachary | Medium
RTAB-Mapping, short for Real-Time Appearance-Based Mapping, is a graph-based SLAM approach. Appearance-based SLAM means that the algorithm uses data collected from vision sensors to localize the robot and map the environment. A process called loop closures is used to determine whether the robot has seen a location before. As the robot travels to new areas in its environment, the map is expanded, and the number of images that each new image must be compared to increases. This causes the loop closures to take longer but with complexity increasing linearly. RTAB-Map is optimized for large-scale and long-term SLAM by using multiple strategies to allow for loop closure to be done in real-time. The loop closure is happening fast enough that the result can be obtained before the next camera images are acquired. Before diving deep into the RTAB-Mapping, it is quite important to understand the basics of GraphSLAM such as, what is a graph, how is one constructed, how to represent the poses and f
Introduction to 3D SLAM with RTAB-Map Shiva Chandrachary 8 min read · Jan 13, 2021 -- 3 Listen Share RTAB-Mapping, short for Real-Time Appearance-Based Mapping, is a graph-based SLAM approach. Appearance-based SLAM means that the algorithm uses data collected from vision sensors to localize the robot and map the environment. A process called loop closures is used to determine whether the robot has seen a location before. As the robot travels to new areas in its environment, the map is expanded, and the number of images that each new image must be compared to increases. This causes the loop clo
Explore this link on the map →related reading
- Mediumshivachandrachary.medium.com
- [2311.16728] Photo-SLAM: Real-time Simultaneous Localization and Photorealistic Mapping for Monocular, Stereo, and RGB-D Camerasarxiv.org
- [2311.11700] GS-SLAM: Dense Visual SLAM with 3D Gaussian Splattingarxiv.org
- When Models Manipulate Manifolds: The Geometry of a Counting Tasktransformer-circuits.pub
- roboticsproceedings.org/rss19/p103.pdfroboticsproceedings.org
- Self-organizing map - Wikipediaen.wikipedia.org
- Introduction to Real-time Systemsdesign.ros2.org
- OK-Robot: What Really Matters in Integrating Open-Knowledge Models for Roboticsarxiv.org
- [2209.10788] How Does It Feel? Self-Supervised Costmap Learning for Off-Road Vehicle Traversabilityarxiv.org
- [2008.05711] Lift, Splat, Shoot: Encoding Images From Arbitrary Camera Rigs by Implicitly Unprojecting to 3Darxiv.org
- Lift, Splat, Shoot: Encoding Images from Arbitrary Camera Rigs by Implicitly Unprojecting to 3Dresearch.nvidia.com
- Google Maps–it’s just one big graph : Networks Course blog for INFO 2040/CS 2850/Econ 2040/SOC 2090blogs.cornell.edu