When running demo.launch there is a red visualization indicating a self-collision:
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:
or <disable_collisions link1="panda_link4_sc" link2="panda_link3" reason="Never"/>
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.
When running demo.launch there is a red visualization indicating a self-collision: 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:
<disable_collisions link1="panda_link3_sc" link2="panda_link4_sc" reason="Never"/>
,<disable_collisions link1="panda_link4_sc" link2="panda_link4" reason="Never"/>
<disable_collisions link1="panda_link4_sc" link2="panda_link3" reason="Never"/>
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