Maze_Solver
1.0
A Maze Solver Algorithm for BotnRoll ONE A
|
#include "WProgram.h"
Go to the source code of this file.
Classes | |
class | Path |
Enumerations | |
enum | MoveType { MOVE_STOP, MOVE_STRAIGHT, MOVE_NORMAL, MOVE_RIGHT, MOVE_FORWARD, MOVE_LEFT, MOVE_TURN_ARROUND } |
Admissible movements. More... | |
enum MoveType |