industrial_training icon indicating copy to clipboard operation
industrial_training copied to clipboard

Path Constraint for Perception-Driven Manipulation Demo

Open wmy101 opened this issue 7 years ago • 0 comments

Hi,

I noticed that in the pick_and_place_utilities.cpp in Perception-Driven Manipulation Demo there is a create_path_orientation_constraints function that is not being used in the demo. How can I make use of this?

I have tried placing it in moveit_msgs::GetMotionPlan motion_plan; moveit_msgs::MotionPlanRequest &req = motion_plan.request.motion_plan_request; moveit_msgs::Constraints path_constraints=create_path_orientation_constraints(p.pose,0.03f,0.03f,0.03f,WRIST_LINK_NAME); req.path_constraints = path_constraints;

It finds a solution but it does not seem to have any orientation constraints.

Thanks,

wmy101 avatar Jul 05 '17 22:07 wmy101