#include <moveit/planning_interface/planning_interface.h>
#include <boost/thread/mutex.hpp>
#include <set>
Go to the source code of this file.
Namespaces | |
planning_interface | |
This namespace includes the base class for MoveIt planners. | |
std::set<PlanningContext*> contexts_ |
Definition at line 145 of file planning_interface.cpp.
boost::mutex mutex_ |
Definition at line 144 of file planning_interface.cpp.