|
Represents a node of thr rrt. More...
#include <RobotComponents/components/MotionPlanning/Tasks/AdaptiveDynamicDomainInformedRRTStar/Tree.h>
Public Attributes | |
std::set< NodeId > | children |
Link to all children nodes. More... | |
ConfigType | config |
The node's configuration. More... | |
float | fromParentCost |
Cost of the edge (parent node, this node) More... | |
float | fromStartCost |
Cost of the path (sttart node, this node) More... | |
NodeId | parent |
The node's parent. More... | |
float | radius |
The node's radius. More... | |
ConfigType config |
float fromParentCost |