Skip to content

ayivima/GraphSLAM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GraphSLAM

Author: Victor Mawusi Ayi

This project is a python implementation of Graph Simultaneous Localization and Mapping(SLAM). It is inspired by my final project work of the Computer Vision Nanodegree, and is aimed at further exploration of the utility of SLAM for robotic navigation and mapping.

Select Navigation Maps of A Robot using this project's SLAM implementation

In the maps below, a robot moves around its environment while preventing itself from crashing into landmarks or obstacles. The robot is represented as the red triangle, landmarks are represented by blue circles, and the path of the robot is represented as a gray line.

Navigation Scenario 1

Navigation Scenario 2

Navigation Scenario 3