Main Page Class Hierarchy Compound List File List Compound Members File Members
RRTGoalBias Class Reference
With some probability, choose the goal instead of a random sample.
More...
#include <rrt.h>
Inheritance diagram for RRTGoalBias::
List of all members.
Detailed Description
With some probability, choose the goal instead of a random sample.
Instead of choosing a state at random, this planner chooses with probability GoalProb the GoalState. It can be considered as a biased coin toss in which heads yields the goal state, and tails yields a random sample.
Constructor & Destructor Documentation
RRTGoalBias::RRTGoalBias (
|
Problem * p )
|
|
RRTGoalBias::~RRTGoalBias (
|
) [inline, virtual]
|
|
Member Function Documentation
virtual MSLVector RRTGoalBias::ChooseState (
|
) [protected, virtual]
|
|
|
Pick a state using some sampling technique.
Reimplemented from RRT. |
Member Data Documentation
double RRTGoalBias::GoalProb
|
|
The documentation for this class was generated from the following file:
Motion Strategy Library
Web page maintained by
Steve LaValle
Partial support provided by NSF CAREER Award IRI-970228 (LaValle),
Honda Research.
Contributors: Anna Atramentov, Peng Cheng, James Kuffner, Steve LaValle, and Libo Yang.