项目作者: italohdc

项目描述 :
🔀 Maze solving algorithm based on A* Search (RoboCup Rescue Maze)
高级语言: Processing
项目地址: git://github.com/italohdc/maze-solving.git
创建时间: 2017-05-02T13:56:54Z
项目社区:https://github.com/italohdc/maze-solving

开源协议:

下载


Saturday. May 9th, 2015

RoboCup Rescue Maze: A* Search

Emulate a robot in a maze enviroment, finding the best route to move from a point A to a point B. This is possible because of the A* Search Algorithm.

You can see more about the A* Search Algorithm in the book Artificial Intelligence: A Modern Approach by Stuart Russell and Peter Norvig.

Code Running

Youtube Preview

Team

Developed for the RoboCup Rescue Maze Competition.

Raptor B Team: Italo Lelis de Carvalho, João Pedro Rosada Canesin

Instructor: Igor Araujo Dias Santos

Run the code

In order to use a similar language available in the Arduino IDE, this code was
made using the sofware sketchbook Processing.

To compile the code, it’s recommended to install Processing 2.2.1.

Download Processing