Skip to content

Udacity Computer Vision Nanodegree - Landmark Detection and Tracking Project

License

Notifications You must be signed in to change notification settings

Bennyhwanggggg/Landmark-Detection-and-Tracking-using-SLAM

Repository files navigation

Landmark Detection & Robot Tracking (SLAM)

Project Overview

In this project, SLAM (Simultaneous Localization and Mapping) is implemented for a 2 dimensional world! You’ll combine what you 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 you 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.

Below is an example of a 2D robot world with landmarks (purple x's) and the robot (a red 'o') located and found using only sensor and motion data collected by that robot. This is just one example for a 50x50 grid world; in your work you will likely generate a variety of these maps.

Image