You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An Arduino micro controller based robot which first analyzes the maze in the dry run by following lines through IR sensors and then calculates the shortest path from the source to the destination.
This project is an implementation of an autonomous robot that follows a derivative of the Wall Follower (Left-Hand) algorithm using appropriate sensors. The robot acts according to the code written in Arduino, which directs it to explore the maze containing random turns.