项目作者: rudrajit1729

项目描述 :
Micro mouse event for autonomous maze solver bots in IIT KGP.
高级语言: C++
项目地址: git://github.com/rudrajit1729/Embetronix-2020.git
创建时间: 2020-02-07T15:17:44Z
项目社区:https://github.com/rudrajit1729/Embetronix-2020

开源协议:

下载


Embetronix-2020

Micro mouse event for autonomous maze solver bots in IIT KGP.

Contents

Left Wall following algorithm - Classsical way to solve a maze following a wall (left / right)

Modified Flood Fill algorithm - Dynamic Programming approach to solve a maze finding the shortest path.

Note

This codes are for simulation purposes. The hardware integration part has not been included here.
Modify the codes as per the hardware.