navlib::PathPlanner Class Reference

Abstract parent class for a path planner. More...

#include <pathPlanner.h>

Inheritance diagram for navlib::PathPlanner:

navlib::NDPlanner navlib::RoadmapPlanner

List of all members.

Public Member Functions

virtual PathgetPath (const PathPoint &wp0, const PathPoint &wpf, Shape *body, const std::vector< Point > &obstacles)=0
 Returns a path that goes from one waypoint to another.


Detailed Description

Abstract parent class for a path planner.

Member Function Documentation

virtual Path* navlib::PathPlanner::getPath ( const PathPoint wp0,
const PathPoint wpf,
Shape body,
const std::vector< Point > &  obstacles 
) [pure virtual]

Returns a path that goes from one waypoint to another.

Parameters:
wp0 initial waypoint
wpf final waypoint
body vehicle shape
obstacles point cloud of obstacles

Implemented in navlib::NDPlanner, and navlib::RoadmapPlanner.


The documentation for this class was generated from the following file:

Generated on Mon Nov 3 20:33:35 2008 for navlib by  doxygen 1.5.5