#include <rrt.h>
Inheritance diagram for RRTGoalZoom:
Public Methods | |
RRTGoalZoom (Problem *p) | |
virtual | ~RRTGoalZoom () |
Public Attributes | |
double | GoalProb |
double | ZoomProb |
double | ZoomFactor |
Protected Methods | |
virtual MSLVector | ChooseState () |
Pick a state using some sampling technique. More... |
This planner biases the sampling towards a region that contains the goal. The region shrinks around the goal as the tree comes nearer. This planner is based on a class project at Iowa State by Jun Qu in 1999.
|
|
|
|
|
Pick a state using some sampling technique.
Reimplemented from RRT. |
|
|
|
|
|
|