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

RRTBidirBalanced Class Reference

Balanced Bidirectional RRTConCon planner. More...

#include <rrt.h>

Inheritance diagram for RRTBidirBalanced:

RRTDual RRT IncrementalPlanner Planner Solver List of all members.

Public Methods

 RRTBidirBalanced (Problem *p)
virtual ~RRTBidirBalanced ()
virtual bool Plan ()
 First planner to solve the alpha 1.0 puzzle Very fast for holonomic planning. More...


Detailed Description

Balanced Bidirectional RRTConCon planner.

This planner behaves similar to RRTConCon, except that a cardinality criteria is introduced to maintain relative balance between the number of nodes in each tree.

At each iteration, the tree with the fewest nodes is selected as the active tree. The planner attempts to add a new branch to the currently active tree using the Connect step.

Keeping the trees balanced has the dual effect of minimizing the overall number of nearest-neighbor calculations, and efficiently solving problems in which either of the initial or goal configurations is highly constrained relative to the other (as is often the case with assembly or disassembly planning).

This planner is able to consistently solve the original well-known alpha puzzle motion planning benchmark.

The planner is described in Kuffner, LaValle, Yang, 2002


Constructor & Destructor Documentation

RRTBidirBalanced::RRTBidirBalanced Problem   p
 

virtual RRTBidirBalanced::~RRTBidirBalanced   [inline, virtual]
 


Member Function Documentation

bool RRTBidirBalanced::Plan   [virtual]
 

First planner to solve the alpha 1.0 puzzle Very fast for holonomic planning.

Reimplemented from RRTDual.


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


Web page maintained by Steve LaValle