![]() | 1 | initial version |
This seems to be a problem with the FCL collision detection that converts primitives to meshes (see this issue). If you set the collision detection to Bullet, the problem is solved!
Put this in your world file:
<physics type="dart">
<dart>
<collision_detector>bullet</collision_detector>
</dart>
</physics>