Defined in File Edge.h
A struct for basic edge data.
Public Functions
The default constructor. This is necessary because OMPL’s heap requires elements to be default constructible.
Construct the edge by providing source and target states.
Destruct the edge.
Public Members
The parent state of this edge.
The child state of this edge.