Joint interpolation planner for moveit. More...
#include <constrained_ik/moveit_interface/joint_interpolation_planner.h>#include <ros/ros.h>#include <eigen3/Eigen/Core>#include <eigen_conversions/eigen_msg.h>#include <moveit/robot_state/conversions.h>
Go to the source code of this file.
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.cpp.