Cartesian path 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>
#include <constrained_ik/constrained_ik.h>
Go to the source code of this file.
Classes | |
class | constrained_ik::CartesianPlanner |
Cartesian path planner for moveit. More... |
Cartesian path planner for moveit.
This class is used to represent a cartesian path planner for moveit. It finds a straight line path between the start and goal position. 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 cartesian_planner.h.