#include <hkSolver.h>

Public Member Functions | |
| HKSolver (double timeout) | |
| Path * | getPath (const PathPoint &wp0, const PathPoint &wpf) |
| Returns a path that goes from one waypoint to another. | |
It has an improved optimization algorithm it uses to solve for paths and it can plan paths over very long distances by solving two local problems.
Returns a path that goes from one waypoint to another.
| wp0 | initial waypoint | |
| wpf | final waypoint |
Implements navlib::TpbvpSolver.
1.5.5