22 #include <navgraph/constraints/edge_constraint.h> Fawkes library namespace.
bool operator==(const std::string &name) const
Check if constraint matches name.
std::string name_
Name of constraint.
virtual ~NavGraphEdgeConstraint()
Virtual empty destructor.
std::string name()
Get name of constraint.
virtual bool compute(void)
Perform compuations before graph search and to indicate re-planning.
NavGraphEdgeConstraint(const std::string &name)
Constructor.