class documentation

class EndPoseControlXyMessage(TransmitMessage):

Constructor: EndPoseControlXyMessage(x, y)

View In Hierarchy

Message for controlling X and Y positions of end-effector pose.

Method __init__ Create message for controlling X and Y positions of end-effector pose.
Constant ID Undocumented
def __init__(self, x: int, y: int):

Create message for controlling X and Y positions of end-effector pose.

Parameters
x:intTarget X position in 0.001 mm.
y:intTarget Y position in 0.001 mm.
ID: int =

Undocumented

Value
338