23 #include "act_thread.h" 24 #include "colli_thread.h" 25 #ifdef HAVE_VISUAL_DEBUGGING 26 #include "visualization_thread.h" 29 #include <core/plugin.h> 46 thread_list.push_back(colli_thread);
50 #ifdef HAVE_VISUAL_DEBUGGING 51 ColliVisualizationThread* vis_thread =
new ColliVisualizationThread();
52 thread_list.push_back(vis_thread);
59 PLUGIN_DESCRIPTION(
"Local locomotion path planning with collision avoidance")
ColliPlugin(Configuration *config)
Constructor.
Fawkes library namespace.
This thread hooks onto Fawkes main loop at the ACT hook.
virtual void set_vis_thread(ColliVisualizationThread *vis_thread)
Set the visualization thread.
Thread that performs the navigation and collision avoidance algorithms.
Local odometry based path planning with collision avoidance.
Interface for configuration handling.