37 #ifndef OMPL_GEOMETRIC_PLANNERS_INFORMEDTREES_EITSTAR_EDGE_
38 #define OMPL_GEOMETRIC_PLANNERS_INFORMEDTREES_EITSTAR_EDGE_
44 #include "ompl/base/Cost.h"
63 Edge(
const std::shared_ptr<State> &
source,
const std::shared_ptr<State> &
target);
69 std::shared_ptr<State>
source;
72 std::shared_ptr<State>
target;
81 #endif // OMPL_GEOMETRIC_PLANNERS_INFORMEDTREES_EITSTAR_EDGE_
std::shared_ptr< State > source
The parent state of this edge.
Edge()=default
The default constructor. This is necessary because OMPL's heap requires elements to be default constr...
std::shared_ptr< State > target
The child state of this edge.
~Edge()=default
Destruct the edge.
Main namespace. Contains everything in this library.