Skip to content

Robotic Arm DH Parameter Structure rm_dh_t

Properties

PropertyTypeDescription
dList[float]unit: m
aList[float]unit: m
alphaList[float]unit: °
offsetList[float]unit: °

Constructor

Python
__init__(self, d: list[float] = None, a: list[float] = None, alpha: list[float] = None, offset: list[float] = None)

Parameter description:

ParameterTypeDescription
dList[float]unit: m
aList[float]unit: m
alphaList[float]unit: °
offsetList[float]unit: °

Member Function

Python
dict[str, list[Any]] Robotic_Arm.rm_ctypes_wrap.rm_dh_t.to_dict(self)

Converts the rm_dh_t object to a dictionary representation.

Parameter description:

ParameterTypeDescription
dList[float]unit: m
aList[float]unit: m
alphaList[float]unit: °
offsetList[float]unit: °