21 #ifndef __PLUGINS_NAVGRAPH_NAVGRAPH_STCONSTR_THREAD_H_ 22 #define __PLUGINS_NAVGRAPH_NAVGRAPH_STCONSTR_THREAD_H_ 24 #include <core/threading/thread.h> 25 #include <aspect/configurable.h> 26 #include <aspect/logging.h> 28 #include <navgraph/navgraph.h> 29 #include <navgraph/aspect/navgraph.h> 30 #include <navgraph/constraints/constraint_repo.h> 33 class NavGraphStaticListNodeConstraint;
34 class NavGraphStaticListEdgeConstraint;
35 class NavGraphStaticListEdgeCostConstraint;
36 class NavGraphPolygonNodeConstraint;
37 class NavGraphPolygonEdgeConstraint;
52 virtual void finalize();
Thread to statically block certain nodes from config.
Constraint that blocks nodes inside a polygon.
Fawkes library namespace.
virtual void run()
Code to execute in the thread.
Constraint that hold cost factors for a static list of edges.
Thread class encapsulation of pthreads.
Constraint that blocks nodes within and edges touching a polygon.
virtual void run()
Stub to see name in backtrace for easier debugging.
Thread aspect to log output.
Thread aspect to access configuration data.
Constraint that holds a list of edges to block.
Constraint that holds a list of nodes to block.
Thread aspect to access NavGraph.