Skip to content
This repository has been archived by the owner on Jan 10, 2022. It is now read-only.

'Mobile Robotics' Assignment #12: Localization by Landmarks

Notifications You must be signed in to change notification settings

gabrielnhn/Simple_Localization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple_Localization

'Mobile Robotics' Assignment #12

Given a map with N >= 3 landmarks, the 'robot' is able to deduce its coordinates given its distance to 3 randomly selected landmarks.

map_module.py

module used to make maps with random landmarks and plot them in images.

simulation.py

script used to plot the distance between the robot and the landmarks (chosen landmarks are highlighted), the robot's actual position (the intersection of the lines) and its deduced position (green circle).

results/

randomly generated maps and the robot's infered position plotted into png files

result1