
Public Member Functions | |
| def | __init__ (self, name, parent, child, joint_type, axis=None, origin=None, limits=None, dynamics=None, safety=None, calibration=None, mimic=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 | |
| axis | |
| calibration | |
| child | |
| dynamics | |
| joint_type | |
| limits | |
| mimic | |
| name | |
| origin | |
| parent | |
| safety | |
Static Public Attributes | |
| string | CONTINUOUS = 'continuous' |
| string | FIXED = 'fixed' |
| string | FLOATING = 'floating' |
| string | PLANAR = 'planar' |
| string | PRISMATIC = 'prismatic' |
| string | REVOLUTE = 'revolute' |
| string | UNKNOWN = 'unknown' |
Joint node stores articulation information coupling two links
| def naoqi_tools.urdf.Joint.__init__ | ( | self, | |
| name, | |||
| parent, | |||
| child, | |||
| joint_type, | |||
axis = None, |
|||
origin = None, |
|||
limits = None, |
|||
dynamics = None, |
|||
safety = None, |
|||
calibration = None, |
|||
mimic = None |
|||
| ) |
|
static |
|
static |
|
static |