enable programmatic creation of spherical joint
This commit is contained in:
@@ -2363,7 +2363,12 @@ struct ProgrammaticUrdfInterface : public URDFImporterInterface
|
|||||||
jointType = URDFFixedJoint;
|
jointType = URDFFixedJoint;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
//case eSphericalType:
|
case eSphericalType:
|
||||||
|
{
|
||||||
|
isValid = true;
|
||||||
|
jointType = URDFSphericalJoint;
|
||||||
|
break;
|
||||||
|
}
|
||||||
//case ePlanarType:
|
//case ePlanarType:
|
||||||
//case eFixedType:
|
//case eFixedType:
|
||||||
//case ePoint2PointType:
|
//case ePoint2PointType:
|
||||||
|
|||||||
Reference in New Issue
Block a user