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