Merge pull request #480 from erwincoumans/master

allow links without collision shapes in btMultiBody URDF importer
This commit is contained in:
erwincoumans
2015-09-25 17:04:00 -07:00

View File

@@ -349,7 +349,7 @@ void ConvertURDF2BulletInternal(const URDFImporterInterface& u2b, MultiBodyCreat
if (createMultiBody)
{
if (compoundShape->getNumChildShapes()>0)
//if (compoundShape->getNumChildShapes()>0)
{
btMultiBodyLinkCollider* col= creation.allocateMultiBodyLinkCollider(urdfLinkIndex, mbLinkIndex, cache.m_bulletMultiBody);