Maze_Solver  1.0
A Maze Solver Algorithm for BotnRoll ONE A
Path.h File Reference
#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...
 

Enumeration Type Documentation

enum MoveType

Admissible movements.

Enumerator
MOVE_STOP 
MOVE_STRAIGHT 
MOVE_NORMAL 
MOVE_RIGHT 
MOVE_FORWARD 
MOVE_LEFT 
MOVE_TURN_ARROUND