#include <rclcpp/rclcpp.hpp>
#include <pilz_industrial_motion_planner/joint_limits_extension.hpp>
#include <pilz_industrial_motion_planner/planning_context_loader.hpp>
#include <moveit/macros/class_forward.hpp>
#include <moveit/planning_interface/planning_interface.hpp>
#include <pluginlib/class_loader.hpp>
#include <memory>
#include <pilz_industrial_motion_planner/cartesian_limits_parameters.hpp>
Go to the source code of this file.
|
class | pilz_industrial_motion_planner::CommandPlanner |
| MoveIt Plugin for Planning with Standard Robot Commands This planner is dedicated to return a instance of PlanningContext that corresponds to the requested motion command set as planner_id in the MotionPlanRequest). It can be easily extended with additional commands by creating a class inheriting from PlanningContextLoader. More...
|
|