moveit2
The MoveIt Motion Planning Framework for ROS 2.
|
#include <filter_job.h>
Public Member Functions | |
FilterJob (const std::function< ReturnType()> &exec) | |
void | execute () override |
const ReturnType & | getResult () const |
Public Member Functions inherited from mesh_filter::Job | |
Job () | |
virtual | ~Job ()=default |
void | wait () const |
void | cancel () |
bool | isDone () const |
Additional Inherited Members | |
Protected Attributes inherited from mesh_filter::Job | |
bool | done_ |
std::condition_variable | condition_ |
std::mutex | mutex_ |
Definition at line 88 of file filter_job.h.
|
inline |
Definition at line 91 of file filter_job.h.
|
overridevirtual |
Implements mesh_filter::Job.
Definition at line 103 of file filter_job.h.
const ReturnType & mesh_filter::FilterJob< ReturnType >::getResult | ( | ) | const |