mmatl / urdfpy

Python parser for URDFs
http://urdfpy.readthedocs.io/
MIT License
246 stars 98 forks source link

Support for <deformable> #7

Open ManifoldFR opened 4 years ago

ManifoldFR commented 4 years ago

Recently, Bullet C++ and PyBullet have started supporting the <deformable> tag in URDF files following this commit, see this file for a use example. I'm not sure of how it would integrate with pyrender though.

I recently used this package to make a rigid-body URDF using a sliced-up version of hand mesh I have, and it would be nice to use it again to make a URDF with a soft body mesh.