#include <rrt.h>
Inheritance diagram for RRTPolar:
Public Methods | |
RRTPolar (Problem *p) | |
virtual | ~RRTPolar () |
Public Attributes | |
double | RadiusExp |
Protected Methods | |
virtual MSLVector | ChooseState () |
Pick a state using some sampling technique. More... | |
virtual MSLVector | SelectInput (const MSLVector &x1, const MSLVector &x2, MSLVector &nx_best, bool &success) |
Instead of random sampling, this planner attempts to gradually bias samples toward the goal.
|
|
|
|
|
Pick a state using some sampling technique.
Reimplemented from RRT. |
|
|
|
|