In this tutorial, we will be building a simplearduino maze solving robot. The robot uses IR sensor to detect the maze and employs an algorithm called hand on wall rule to navigate through the maze and find the exit. Please note we have used lines to create the maze instead of building w...
https://github.com/Mjrovai/MJRoBot-Maze-Solver Hope I could contribute for others to learn more about electronics, robot, Arduino, etc. For more tutorials, please visit my Blog: MJRoBot.org Thanks
The brain of the robot is a microcontroller calledArduino Uno, which powers the motor shield and the servo for the head. This project helped usunderstand that what works in theory might not work in real life application, therefore you have to take into account as many variables as you can ...
sahilkhoslaa / MazeSolverRobot Star 12 Code Issues Pull requests 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. arduino robot maze arduino-sketc...
mazemaze-generatormaze-algorithmsmaze-gamemazesmaze-solvermaze-creationmaze-generation-algorithmsmaze-explorermaze-generationmaze-generators UpdatedNov 8, 2024 C++ ibrahimgb/robot-navigation-using-deep-reinforcement-learning Star19 Deep Reinforcement Learning for mobile robot navigation, a robot learns to navig...