enable programmatic creation of spherical joint

This commit is contained in:
Erwin Coumans
2019-12-19 16:56:09 -08:00
parent 4414136f32
commit 9c7e6d6a48

View File

@@ -2363,7 +2363,12 @@ struct ProgrammaticUrdfInterface : public URDFImporterInterface
jointType = URDFFixedJoint;
break;
}
//case eSphericalType:
case eSphericalType:
{
isValid = true;
jointType = URDFSphericalJoint;
break;
}
//case ePlanarType:
//case eFixedType:
//case ePoint2PointType: