2D SLAM mit GMapping: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(→Ziel) |
Keine Bearbeitungszusammenfassung |
||
Zeile 31: | Zeile 31: | ||
= Literatur = | = Literatur = | ||
== SLAM allgemein == | == SLAM allgemein == | ||
*[http://probabilistic-robotics.org/ Probabilistic Robotics] | *[http://probabilistic-robotics.org/ Probabilistic Robotics] | ||
*[http://books.google.de/books?id=ixXH-XJrfLcC&printsec=frontcover&dq=SLAM&hl=de&sa=X&ei=XD1nVKa-Dc7WPfPEgJAO&ved=0CFUQ6AEwBQ#v=onepage&q=SLAM&f=false Simultaneous Localization and Mapping: Exactly Sparse Information Filters] | *[http://books.google.de/books?id=ixXH-XJrfLcC&printsec=frontcover&dq=SLAM&hl=de&sa=X&ei=XD1nVKa-Dc7WPfPEgJAO&ved=0CFUQ6AEwBQ#v=onepage&q=SLAM&f=false Simultaneous Localization and Mapping: Exactly Sparse Information Filters] | ||
Zeile 42: | Zeile 38: | ||
*[http://books.google.de/books?id=8_RJ4SemHLQC&dq=Simultaneous+Localization+and+Mapping&hl=de&sa=X&ei=eT1nVPbYBsnWPZ_kgOAF&ved=0CGMQ6AEwCQ Autonomous Robot Navigation Based on Simultaneous Localization and Mapping] | *[http://books.google.de/books?id=8_RJ4SemHLQC&dq=Simultaneous+Localization+and+Mapping&hl=de&sa=X&ei=eT1nVPbYBsnWPZ_kgOAF&ved=0CGMQ6AEwCQ Autonomous Robot Navigation Based on Simultaneous Localization and Mapping] | ||
*[http://www.greenteapress.com/thinkbayes/thinkbayes.pdf think Bayes] | *[http://www.greenteapress.com/thinkbayes/thinkbayes.pdf think Bayes] | ||
== Partikelfilter == | |||
== GMapping == | |||
*[https://youtu.be/v-Rm9TUG9LA Occupancy Grid Maps] | |||
*[https://youtu.be/3Yl2aq28LFQ SLAM Course - 13 - Grid-Based SLAM with Rao-Blackwellized PFs] | |||
== MATLAB Beispiele == | |||
*[https://www.openslam.org/bailey-slam.html SLAM Package of Tim Bailey] | |||
*[https://www.programmersought.com/article/82843817548/ MATLAB implementation of gmapping algorithm] | |||
*[2-D and 3-D simultaneous localization and mapping https://www.mathworks.com/help/nav/slam.html?s_tid=CRUX_lftnav] | |||
= Weblinks = | = Weblinks = | ||
Zeile 60: | Zeile 67: | ||
*[https://www.udacity.com/course/st101 Intro to Statistics] | *[https://www.udacity.com/course/st101 Intro to Statistics] | ||
*[http://www.joansola.eu/JoanSola/eng/toolbox.html EKF-SLAM TOOLBOX FOR MATLAB] | *[http://www.joansola.eu/JoanSola/eng/toolbox.html EKF-SLAM TOOLBOX FOR MATLAB] | ||
*[http://wiki.ros.org/de ROS (Robot Operating System)] | *[http://wiki.ros.org/de ROS (Robot Operating System)] | ||
*[http://www.robots.ox.ac.uk/~pnewman/Teaching/C4CourseResources/Matlab.html C4B Mobile Robots Example Matlab Code] | *[http://www.robots.ox.ac.uk/~pnewman/Teaching/C4CourseResources/Matlab.html C4B Mobile Robots Example Matlab Code] |
Version vom 2. August 2021, 10:44 Uhr
Autoren: offen
Betreuer: Prof. Schneider
Art: offen
Projektlaufzeit:
Thema
SLAM ist ein Verfahren mit dem sich moderne Haushaltsroboter selbst lokalisieren und dabei eine digitale Karte des Umfeldes erstellen.
Ziel
Im Rahmen dieser Projektarbeit soll ein SLAM Algorithmus nach dem Prinzip des Grid-Based FastSLAM (kurz GMApping) implementiert und evaluiert werden. Bei GMapping handelt es sich um ein Raster oder Koordinatennetz basiertes Partikelfilterverfahren nach Rao und Blackwell.
Aufgabenstellung
- Einarbeitung in das Thema anhand von Fachliteratur
- Entwicklung von Kriterien zur Bewertung von SLAM Verfahren
- Vergleich aktueller Systeme anhand der Kriterien (morphologischer Kasten)
- Empfehlung der Top 3 SLAM-Verfahren.
- Kür: Welche Verfahren werden in den Haushaltsrobotern angewendet?
- Dokumentation nach wissenschaftlichem Stand
- Präsentation der Ergebnisse
Anforderung
- Wissenschaftliche Vorgehensweise (Projektplan, etc.)
- Wöchentliche Fortschrittsberichte (informativ)
- Projektvorstellung im Wiki
Getting Started
Literatur
SLAM allgemein
- Probabilistic Robotics
- Simultaneous Localization and Mapping: Exactly Sparse Information Filters
- 3D Robotic Mapping: The Simultaneous Localization and Mapping Problem
- Simultaneous Localization and Mapping Algorithms with Environmental-Structure
- FastSLAM: A Scalable Method for the Simultaneous Localization and Mapping Problem in Robotics
- Autonomous Robot Navigation Based on Simultaneous Localization and Mapping
- think Bayes
Partikelfilter
GMapping
MATLAB Beispiele
- SLAM Package of Tim Bailey
- MATLAB implementation of gmapping algorithm
- [2-D and 3-D simultaneous localization and mapping https://www.mathworks.com/help/nav/slam.html?s_tid=CRUX_lftnav]
Weblinks
- Kickstarter: CrazyPi
- SLAM (Simultaneous Localization and Mapping) for beginners: the basics
- SLAM 4 Dummies
- OpenSLAM
- EKF-SLAM Toolbox for MATLAB
- YouTube:SLAM in MATLAB (Weighted Scan Matching & Wheel Odometry)
- YouTube: Laser scanner localization and mapping
- TinySlam: tinySLAM is Laser-SLAM algorithm which has been programmed in less than 200 lines of C-language code.
- SLAM an der TU Chemnitz
- Matlab SLAM Homepage
- SLAM w/ Hokyu Laser Ranger Finder
- An Evaluation of 2D SLAM Techniques Available
- Towards Model-Free SLAM Using a Single Laser Range Scanner for Helicopter MAV
- Udacity - Artificial Intelligence for Robotics
- Intro to Statistics
- EKF-SLAM TOOLBOX FOR MATLAB
- ROS (Robot Operating System)
- C4B Mobile Robots Example Matlab Code
- Simultaneous Localisation and Mapping (SLAM) in MATLAB
Siehe auch
→ zurück zum Hauptartikel: Studentische Arbeiten