Skip to content

kenkai21/Landmark_Detection_Tracking

Repository files navigation

Landmark_Detection_Tracking

This projects implements graph-based SLAM (Simultaneous Localization and Mapping), a robust method for tracking an object over time and building a map of the environment, This is achieved through the use of sensor and motion data and he exploitation elements of probability, motion models, and linear algebra.

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.

drawing

Project Structure

Execute sequentially

robot_class.py

Notebook 1 : Robot Moving and Sensing;

Notebook 2 : Omega and Xi, Constraints;

Notebook 3 : Landmark Detection and Tracking.

Installation

$ git clone https://github.com/kenkai21/Landmark_Detection_Tracking.git
$ sudo pip3 install -r requirements.txt

Licence

This project is licensed under the terms of the License: MIT

Releases

No releases published

Packages

No packages published