Grid Navigator

Ayush Thakur

Ayush Thakur

Kolkata, West Bengal

0 0
  • 0 Collaborators

This fully autonomous bot's task was to start from (0,0) position of the grid and reach the destination coordinates while avoiding the obstacle in the course. The second part is to retrace the route in the shortest path. ...learn more

Project status: Concept

Robotics

Code Samples [1]

Overview / Usage

The aim of this project was to build a bot capable of navigating grid like path. It was implemented with line following capability as the base. A starting position and the final position was provided as an input. There are obstacles in the path which the bot have to avoid. IR sensor was used to do the same. For efficient stopping software breaking was implemented. The bot would compute the next best path from the detected obstacle. Thus the bot will be able to navigate the grid.

Repository

https://github.com/ayulockin/grid-solver-with-obstacle

Comments (0)