Main Page   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.


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 )
 

RRTHull::~RRTHull ( ) [inline, virtual]
 


Member Function Documentation

virtual 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 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.