enable programmatic creation of spherical joint
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user