#include <rrt.h>
Inheritance diagram for Naive:
Public Methods | |
Naive (Problem *p) | |
virtual | ~Naive () |
Protected Methods | |
virtual node | NearestNeighbor (const vector &x, const GRAPH<vector,vector> &g, bool forward) |
virtual vector | SelectBestInput (const vector &x1, const vector &x2, vector &nx_best, bool &success, bool forward) |
Grow a tree incrementally by simply selecting vertex at random and moving in a random direction from the chosen vertex. It is not really a Rapidly-exploring Random Tree since there is no random sampling over the state space to "pull" the tree.
|
|
|
|
|
Reimplemented from RRT. |
|
Reimplemented from RRT. |