![]() |
RobWorkProject
23.9.11-
|
Node type for trees of RRT based planners. More...
#include <RRTNode.hpp>
Public Types | |
typedef RRTNode< X > | node_type |
The type of the node. | |
typedef X | value_type |
The type of the value. | |
Public Member Functions | |
node_type * | getParent () const |
Get the parent node. More... | |
const value_type & | getValue () const |
Get the value of the node. More... | |
Friends | |
class | RRTTree< X > |
Node type for trees of RRT based planners.
|
inline |
Get the parent node.
|
inline |
Get the value of the node.