
Public Member Functions | |
| def | __init__ (self, ixx=0.0, ixy=0.0, ixz=0.0, iyy=0.0, iyz=0.0, izz=0.0, mass=0.0, origin=None) |
| def | __str__ (self) |
| def | to_openrave_xml (self, doc) |
| def | to_xml (self, doc) |
Static Public Member Functions | |
| def | parse (node) |
Public Attributes | |
| mass | |
| matrix | |
| origin | |
Inertial node stores mecanical information of a Link : mass, inertia matrix and origin
| def naoqi_tools.urdf.Inertial.__init__ | ( | self, | |
ixx = 0.0, |
|||
ixy = 0.0, |
|||
ixz = 0.0, |
|||
iyy = 0.0, |
|||
iyz = 0.0, |
|||
izz = 0.0, |
|||
mass = 0.0, |
|||
origin = None |
|||
| ) |