
#include <rrtslide.h>
Inheritance diagram for RRTSlide:

Public Methods | |
| RRTSlide (Problem *p) | |
| virtual | ~RRTSlide () |
| virtual MSLVector | SelectInput (const MSLVector &x1, const MSLVector &x2, MSLVector &nx_best, bool &success, bool forward) |
| Select the input that gets closest to x2 from x1. More... | |
| virtual bool | Connect (const MSLVector &x, MSLTree *t, MSLNode *&nn, bool forward) |
| Iterated Extend. More... | |
| MSLVector | RandomDirection () |
Public Attributes | |
| int | RandomTrials |
| int | NumDirections |
| vector< MSLVector > | RandomDirections |
|
|
|
|
|
|
|
||||||||||||||||||||
|
Iterated Extend.
Reimplemented from RRT. |
|
|
|
|
||||||||||||||||||||||||
|
Select the input that gets closest to x2 from x1.
Reimplemented from RRT. |
|
|
|
|
|
|
|
|
|