ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

MoveIt detect collision for disabled links in SRDF

asked 2020-01-27 19:00:21 -0500

truhoang_ubtrobot gravatar image

Hello,

I’m new to this community so if I’ve made some mistakes please let me know. My problem description is as follows:

I created a new arm+sensor+gripper URDF and used the MoveIt Setup Assistant to generate a MoveIt config package. When I use MoveGroup to move the arm I get this error:

Found a contact between 'gripper_finger1_inner_knuckle_link' (type 'Robot link') and 'gripper_finger1_finger_tip_link' (type 'Robot link'), which constitutes a collision. Contact information is not stored.

In my SRDF these 2 links are disabled:

<disable_collisions link1="gripper_finger1_finger_tip_link" link2="gripper_finger1_inner_knuckle_link" reason="Adjacent" />

I’ve also tried updating the allowed collision matrix by updating the planning scene diff and then call apply_planning_scene service.

At this point I’m not sure what else to try. I hope you guys can help me. Thank you.

EDIT: I'm using Ubuntu 18.04 and ROS Melodic. MoveIt is installed from deb

edit retag flag offensive close merge delete

1 Answer

Sort by » oldest newest most voted
0

answered 2020-01-28 18:53:22 -0500

truhoang_ubtrobot gravatar image

I figured out what I did wrong: I updated the allowed collision matrix in the planning scene and I think this overrides the disabled collisions in the SRDF. Commenting out that part of my code resolves this issue.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2020-01-27 17:56:25 -0500

Seen: 564 times

Last updated: Jan 28 '20