MoveIt custom capability error
Hi !
I am working on a custom-made (not by me) moveit capability on Moveit and Ros Kinetic and I am encountering an error that I don't manage to understand. As an information, I am working on Rviz with fake execution.
The pick is getting preempted due to an error here (https://github.com/ros-planning/movei... --> line 502 : Execution of path-completion side-effect failed. Preempting). The capability is strongly based on the pick_place_action_capability from Moveit. I just want to understand what this error means (change in scene, planning that isn't feasible, etc.) in order to be able to debug the real cause. I can see that the plan is getting well (I can preview it if I do a plan only). And also on Rviz the pick seems to go all the way to the end (the gripper is grasping the object well).But at the moment the gripper close, it is preempted.
Can anyone enlight me about this error ?
Thanks in advance,
Regards,