micromouse-maze-solver
There are 16 repositories under micromouse-maze-solver topic.
ukmars/ukmarsbot-mazerunner
Older Code for UKMARSBOT running in a classic micromouse maze - now deprecated
lime7git/micromouse
Project of a micromouse type mobile robot based on STM32 and designed PCB. Master's thesis.
Pranjal-R-Agrawal/Technoxian_2023_Arduino_Micromouse
Arduino nano based micro-mouse
micromouseonline/ported-micromouse
A simple and complete micromouse using the Arduino Leonardo-based MMKIT from Globaltronics
tokoro10g/libamaze
A maze solver library for micromouse
AD-Codex/Micromouse_C_Simulation_2022
This is a simulation for test the Micromouse maze solving algorithms. Using this simulation user can upload any maze and test the maze algorithm.
AD-Codex/ROS_micromouse_2021
This is a micromouse maze solving simulation on ROS. The algorithm was developed in python.
moti9/AcademicProjects
This repo includes academic curriculum related projects.
ParamDeshpande/micromouse
Micromouse maze solver
PRO-GUNE/Micromouse
A simulation software that simulates a grid world to show the operation of maze solving using the Flood Fill algorithm
riyasach189/ESD-2024-Project
STM32 Nucleo-G070RB based Micro Mouse that runs on Wall Follower algorithm
a-k-r-a-k-r/MicroMouse
MicroMouse Game (PathFinding Game)
ErTucci674/micromouse-algorithm
A simulation of the yearly micro-mouse competition
fbasatemur/turtlebot3_maze_solver
turtlebot3 micromouse maze solver & mapper
IbrahimEssakine/MicroMouse_Simulation
This repository provides MATLAB simulations for solving the MicroMouse competition using various algorithms including BFS, DFS, and A*. Explore implementations designed to navigate mazes efficiently, aiming to optimize pathfinding strategies and evaluate their performance in simulated competition environments.
zovelsanj/Micromouse
Furtherance of the Tremaux algorithm--shortest path algorithm-- by employing a potential value algorithm for improving search in a micromouse.