Public Member Functions | |
def | __init__ |
def | to_matrix |
Public Attributes | |
ixx | |
ixy | |
ixz | |
iyy | |
iyz | |
izz | |
Static Public Attributes | |
list | KEYS = ['ixx', 'ixy', 'ixz', 'iyy', 'iyz', 'izz'] |
def urdf_parser_py.urdf.Inertia.__init__ | ( | self, | |
ixx = 0.0 , |
|||
ixy = 0.0 , |
|||
ixz = 0.0 , |
|||
iyy = 0.0 , |
|||
iyz = 0.0 , |
|||
izz = 0.0 |
|||
) |
def urdf_parser_py.urdf.Inertia.to_matrix | ( | self | ) |