项目作者: raunak222

项目描述 :
SLAM implementation
高级语言: Jupyter Notebook
项目地址: git://github.com/raunak222/Landmark-Detection-and-Robot-Tracking-SLAM.git


Landmark-Detection and Robot-Tracking(SLAM)

Project Overview:

  • In this project, We will implement SLAM (Simultaneous Localization and Mapping) for a 2 dimensional world! We’ll combine what we know about robot sensor measurements and movement to create a map of an environment from only sensor and motion data gathered by a robot, over time. SLAM gives us a way to track the location of a robot in the world in real-time and identify the locations of landmarks such as buildings, trees, rocks, and other world features. This is an active area of research in the fields of robotics and autonomous systems.

alt text.png)

Motivation/Purpose:

  • Wee’ll be localizing a robot in a 2D grid world. The basis for simultaneous localization and mapping (SLAM) is to gather information from a robot’s sensors and motions over time, and then use information about measurements and motion to re-construct a map of the world

    How to Use

  • Go through instruction here

Some Visualization

alt text

alt text.png)

Citation

  • Udacity Computer Vision Nanodegree