Moveit motion planning through joint poses
Hi,
I have used Moveit C++ api to computeCartesianPath through a series of geometry_msgs::Pose type. How do I achieve the same through a series of poses in joint space? I only see the setJointValueTarget() to a single joint target.