Joint interpolation planner for moveit. More...
#include <moveit/planning_interface/planning_interface.h>
#include <moveit/planning_scene/planning_scene.h>
#include <constrained_ik/moveit_interface/constrained_ik_planning_context.h>
#include <boost/atomic.hpp>
Go to the source code of this file.
Classes | |
class | constrained_ik::JointInterpolationPlanner |
Joint interpolation planner for moveit. More... |
Joint interpolation planner for moveit.
This class is used to represent a joint interpolated path planner for moveit. This planner does not have the inherent ability to avoid collision. It does check if the path created is collision free before it returns a trajectory. If a collision is found it returns an empty trajectory and moveit error.
Definition in file joint_interpolation_planner.h.