#include <rrt.h>
Inheritance diagram for RRTExtCon:
Public Methods | |
RRTExtCon (Problem *p) | |
virtual | ~RRTExtCon () |
virtual bool | Plan () |
This planner is greedier in its attempt to connect the trees. 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 Kuffner, LaValle, ICRA, 2000. The only difference between RRTExtExt and RRTExtCon is the replacement of Extend with Connect in two steps.
|
|
|
|
|
This planner is greedier in its attempt to connect the trees.
Reimplemented from RRTDual. |