class documentation
class JointConfigMessage(TransmitMessage):
Constructor: JointConfigMessage(joint_id, set_zero, clear_error)
Message to configure individual joints or all joints.
Method | __init__ |
Create joint config message. |
Constant | ID |
Undocumented |
Constant | MAX |
Undocumented |
Constant | MIN |
Undocumented |
Type Alias |
|
Undocumented |
Create joint config message.
Parameters | |
jointJointId | Joint ID (1-6 for individual joints, 7 for all joints) |
setbool | Whether to set the current joint position as the zero position |
clearbool | Whether to clear the current joint error codes |
Raises | |
InvalidJointIdError | If joint_id is not in range 1-7 |