arunabh98 / SLAM-ITSP

Summer Project 2016 !!

Home Page:https://www.youtube.com/watch?v=W7FHppzeQhM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

2π-Mapper

This is the code repository for my Summer Project in IIT Bombay.

This project involved developing a robot that maps an unknown environment through feedback using ultrasonic distance sensors located in all four directions, and the live map along with the movements of the robot, is updated and displayed on the laptop screen in real time.

The main algorithm used in mapping the environment can be found in ITSP.py.
The code for interfacing the various components is listed below:

For sending data from Raspberry Pi we used Bluetooth and the code for sending and receiving data can be found in send_data.py and recieve_data.py.

For the graphical output of the map we used Pygame and code can be found in output.py.

We have made a vedio of the project which you can view over here.