Link¶
-
class
urdfpy.Link(name, inertial, visuals, collisions)[source]¶ Bases:
urdfpy.URDFTypeA link of a rigid object.
Parameters: Attributes Summary
collision_meshA single collision mesh for the link, specified in the link frame, or None if there isn’t one. collisionsThe collision properties of this link. inertialInertial properties of the link. nameThe name of this link. visualsThe visual properties of this link. Attributes Documentation