class documentation

class EndPoseControlZpMessage(TransmitMessage):

Constructor: EndPoseControlZpMessage(z, pitch)

View In Hierarchy

Message for controlling Z position and pitch rotation of end-effector pose.

Method __init__ Create message for controlling Z pos and pitch rotation of end-effector pose.
Constant ID Undocumented
def __init__(self, z: int, pitch: int):

Create message for controlling Z pos and pitch rotation of end-effector pose.

Parameters
z:intTarget Z position in 0.001 mm.
pitch:intTarget pitch rotation in 0.001 degrees.
ID: int =

Undocumented

Value
339