Defined in File graph.hpp
Defines a graph node for search-based planners.
Public Functions
Constructor.
config_ – The configuration of the node.
parent_id_ – The parent id of the node.
Public Members
The configuration (e.g., joint positions) of this node.
The parent node ID.
-1 means this is the root node.