Inertial¶
-
class
urdfpy.Inertial(mass, inertia, origin=None)[source]¶ Bases:
urdfpy.URDFTypeThe inertial properties of a link.
Parameters: Attributes Summary
inertiaThe 3x3 symmetric rotational inertia matrix. massThe mass of the link in kilograms. originThe pose of the inertials relative to the link frame. Attributes Documentation