mazesolverbot
There are 7 repositories under mazesolverbot topic.
sahilkhoslaa/MazeSolverRobot
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.
bushra-rafia/Line-Maze-Solving-Robot
It is designed to find a path without any assistance or help. As a type of autonomous robot, it has to decode the path on its own to solve the maze successfully.
Tanvesh11/maze_solver
This includes an arduino code and hardware description of a line maze solving bot using PID control and LSA08 sensor.
WDpad753/Maze-solving-Robot
The aim of the project was achieved by programming the microcontrollers combined with a sensor, wireless communication, data logger and motor drive circuit. The project consisted of programming the main robot to solve a maze, map it, store the map and transmit it to a follower robot. This allowed the follower robot to use the instructions received to navigate through the maze.
ParamDeshpande/micromouse
Micromouse maze solver
rudrajit1729/Embetronix-2020
Micro mouse event for autonomous maze solver bots in IIT KGP.
Gandlfer/RecursionMazeSolver
A java program that uses Recursion to solve a maze.