Landmark Detection & Tracking (SLAM)

December, 2019, Udacity Nanodegree

Landmark Detection & Tracking (SLAM) In this project, I need to implement SLAM (Simultaneous Localization and Mapping) for a 2 dimensional world! I need to combine what i 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.