Maze_Solver
1.0
A Maze Solver Algorithm for BotnRoll ONE A
|
Go to the source code of this file.
Classes | |
class | Intersection |
Enumerations | |
enum | IntersectionType { NONE, DEAD_END, CROSS, T_JUNCTION, RIGHT_TURN, LEFT_TURN, RIGHT_STRAIGHT, LEFT_STRAIGHT, LINE } |
Intersection Types. More... | |
enum IntersectionType |
Intersection Types.
Enumerator | |
---|---|
NONE | |
DEAD_END | |
CROSS | |
T_JUNCTION | |
RIGHT_TURN | |
LEFT_TURN | |
RIGHT_STRAIGHT | |
LEFT_STRAIGHT | |
LINE |