margaretmz / CVND-Landmark-Detection-Tracking-SLAM

Landmark detection and robot tracking with SLAM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Landmark Detection & Robot Tracking (SLAM)

Poject Overview

I implemented SLAM (Simultaneous Localization and Mapping) for a 2 dimensional world in this project. We use 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 tracks 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.

Project files

  • Notebook 1 : robot moving and sensing
  • Notebook 2 : Omega and Xi constraints
  • Notebook 3 : landmark detection and tracking
  • robot_class.py: robot object

About

Landmark detection and robot tracking with SLAM

License:MIT License


Languages

Language:Jupyter Notebook 93.7%Language:Python 6.3%