moveit2
The MoveIt Motion Planning Framework for ROS 2.
Classes | Namespaces
background_processing.hpp File Reference
#include <deque>
#include <string>
#include <memory>
#include <thread>
#include <condition_variable>
#include <functional>
Include dependency graph for background_processing.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  moveit::tools::BackgroundProcessing
 This class provides simple API for executing background jobs. A queue of jobs is created and the specified jobs are executed in order, one at a time. More...
 

Namespaces

 moveit
 Main namespace for MoveIt.
 
 moveit::tools
 This namespace includes classes and functions that are helpful in the implementation of other MoveIt components. This is not code specific to the functionality provided by MoveIt.