Sphere¶
-
class
urdfpy.Sphere(radius)[source]¶ Bases:
urdfpy.URDFTypeA sphere whose center is at the local origin.
Parameters: radius (float) – The radius of the sphere in meters. Attributes Summary
meshesThe triangular meshes that represent this object. radiusThe radius of the sphere in meters. Attributes Documentation