#include <rrt.h>
Inheritance diagram for RRTConCon:
Public Methods | |
RRTConCon (Problem *p) | |
virtual | ~RRTConCon () |
virtual bool | Plan () |
The greediest of the dual-tree planners. Very fast for holonomic planning. More... |
This planner balances the computation between growing the trees toward random samples and toward each other. G is the tree from the initial state, and G2 is the tree from the goal state. In each iteration, there are four steps:
The planner is described in LaValle, Kuffner, WAFR, 2000. The only difference between RRTConCon and RRTExtExt is the replacement of Extend with Connect in all four steps.
|
|
|
|
|
The greediest of the dual-tree planners. Very fast for holonomic planning.
Reimplemented from RRTDual. |