#include <pathPlanner.h>

Public Member Functions | |
| virtual Path * | getPath (const PathPoint &wp0, const PathPoint &wpf, Shape *body, const std::vector< Point > &obstacles)=0 |
| Returns a path that goes from one waypoint to another. | |
| 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.
| wp0 | initial waypoint | |
| wpf | final waypoint | |
| body | vehicle shape | |
| obstacles | point cloud of obstacles |
Implemented in navlib::NDPlanner, and navlib::RoadmapPlanner.
1.5.5