moveit2
The MoveIt Motion Planning Framework for ROS 2.
|
#include <moveit/planning_interface/planning_interface.h>
#include <mutex>
#include <rclcpp/logger.hpp>
#include <rclcpp/logging.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 53 of file planning_interface.cpp.
std::mutex mutex_ |
Definition at line 52 of file planning_interface.cpp.