class documentation

Undocumented

Method __init__ Undocumented
Method check_valid Undocumented
Method joint_type.setter Undocumented
Constant TYPES Undocumented
Instance Variable child_link Undocumented
Instance Variable name Undocumented
Instance Variable parent_frame Undocumented
Instance Variable type Undocumented
Property joint_type Undocumented
def __init__(self, name=None, child_link=None, parent_frame=None, joint_type=None):

Undocumented

def check_valid(self):

Undocumented

@joint_type.setter
def joint_type(self, value):

Undocumented

TYPES: list[str] =

Undocumented

Value
['unknown', 'fixed', 'floating', 'planar']
child_link =

Undocumented

name =

Undocumented

parent_frame =

Undocumented

type =

Undocumented

@property
joint_type =

Undocumented