
Public Member Functions | |
| def | __init__ (self, name, visual=None, inertial=None, collision=None, xacro=None) |
| def | __str__ (self) |
| def | to_openrave_xml (self, doc) |
| def | to_xml (self, doc) |
Static Public Member Functions | |
| def | parse (node, verbose=True) |
Public Attributes | |
| collision | |
| inertial | |
| name | |
| visual | |
| xacro | |
Link node stores information defining the mechanics and the visualization of a link
| def naoqi_tools.urdf.Link.__init__ | ( | self, | |
| name, | |||
visual = None, |
|||
inertial = None, |
|||
collision = None, |
|||
xacro = None |
|||
| ) |
|
static |