You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I really like the design ideas of moveit_msgs/Grasps, especially the grasp_pose, pre_grasp_approach, post_grasp_retreat and other designs. But unfortunately moveit_msgs/Grasps is not completely suitable for me. I need to improve it because my end effector is not a gripper, but a suction pump. So I want to find the implementation details of the move_group.pick("object", grasps) function.
If I design another msg type, named "mymsg". It only contains grasp_pose, pre_grasp_approach, post_grasp_retreat. Is this solution feasible?
The text was updated successfully, but these errors were encountered:
I really like the design ideas of moveit_msgs/Grasps, especially the grasp_pose, pre_grasp_approach, post_grasp_retreat and other designs. But unfortunately moveit_msgs/Grasps is not completely suitable for me. I need to improve it because my end effector is not a gripper, but a suction pump. So I want to find the implementation details of the move_group.pick("object", grasps) function.
If I design another msg type, named "mymsg". It only contains grasp_pose, pre_grasp_approach, post_grasp_retreat. Is this solution feasible?
The text was updated successfully, but these errors were encountered: