moveit / panda_moveit_config

The Panda robot is the flagship MoveIt integration robot
http://docs.ros.org/kinetic/api/moveit_tutorials/html/
102 stars 170 forks source link

strange self-collision #121

Closed marcbone closed 1 year ago

marcbone commented 2 years ago

When running demo.launch there is a red visualization indicating a self-collision: image I am not sure what that means as planning still works. Also looking at the srdf, I do not see why these collisions are enabled, as there is a "disable_default_collisions" for panda_link4_sc. I found 3 different methods to solve this. You can either add:

to the srdf.

Looking at the status message, I would guess that you would need both of the last 2 options for this to work, but you only require one of the 3 options. So I am a bit puzzled on what is going on.

I was using the noetic-devel branch for this

rhaschke commented 2 years ago

You need to build MoveIt from source as we didn't yet release the most recent changes to get the new ACM working. This is on my TODO list though.