Main Page   Namespace List   Class Hierarchy   Compound List   File List   Compound Members   File Members  

RRTHull Class Reference

Grow a Rapidly-exploring Random Tree in a large disc. More...

#include <rrt.h>

Inheritance diagram for RRTHull:

RRT IncrementalPlanner Planner Solver List of all members.

Public Methods

 RRTHull (Problem *p)
virtual ~RRTHull ()

Public Attributes

double Radius

Protected Methods

virtual MSLVector ChooseState ()
 Pick a state using some sampling technique. More...


Detailed Description

Grow a Rapidly-exploring Random Tree in a large disc.

This is a special-purpose class that grows a tree in an "infinitely" large disc to study asymptotic properties.


Constructor & Destructor Documentation

RRTHull::RRTHull Problem   p
 

virtual RRTHull::~RRTHull   [inline, virtual]
 


Member Function Documentation

MSLVector RRTHull::ChooseState   [protected, virtual]
 

Pick a state using some sampling technique.

Reimplemented from RRT.


Member Data Documentation

double RRTHull::Radius
 


The documentation for this class was generated from the following files: Motion Strategy Library


Web page maintained by Steve LaValle