pathplan Directory Reference

Directory dependency graph for pathplan/:
pathplan/

Directories

directory  test

Files

file  aalgorithm.c
 

Implementation of the A* algorithm.


file  aalgorithm.h
 

Header file of aalgorithm.c.


file  map.c
 

Useful functions related map.


file  map.h
file  path_planner.c
 

Main program of Path Planner.


file  path_planner.h
file  path_simplifier.c
 

Simplify the path calculated by A* algorithm.


file  path_simplifier.h
 

Header file of path_simplifier.c.


file  pathqueue.c
 

Functions used to manage a queue used by A* Algorithm.


file  pathqueue.h
 

Header file of pathqueue.c.


file  viewmap.c