Is self_collide on link enable in ignition?
Hello to all of you: I created a robot tower crane model in Ignition, the version of the sdf is 1.7. What I want to do is limiting the middle slider between the two side of the arm. I know that if two links is linked by a joint, they will not collide with each other, so what I do with the model is :
Separate the arm in to three part (shown in the figure, they are blocker, arm, pole);
Give the slider link a <self_collide> tag.
However when I change the position of the slider, it just go through the other link (the pole and the blocker). I'm sure that every link has collision just the same as their visual mesh. Am I doing anything wrong, or it just because that the ignition doesn't support self collide on links yet?