•SetMotion(motion: object) |
Set the motion for the current position.
|
|
A tuple of three doubles representing (x, y, z) coordinates in meters.
|
Set the position's coordinates.
[Example]
position.SetXYZ((-0.01, 2.2, 3))
•
|
SetOrientation(orientation: tuple)
|
|
|
A tuple of three double representing rotation angles (Rx, Ry Rz) values in degrees.
|
Sets the orientation.
•
|
SetConfig(config: string)
|
Sets position config.
Sets string turn value.
•
|
SetProcessType(processType: int)
|
|
|
process type to be set, int value mapped to ProcessType enum
|
Sets process type.
•
|
SetExplicitMainJointValues(jointValues: list)
|
|
|
joint values to be set, input argument is a vector of tuples : the joint object and its value, list[tuple[DULPythonJoint, float]]
|
Set explicit main joint values on each joint.
•
|
SetExplicitExternalJointValues(jointValues: list)
|
|
|
joint values to be set, input argument is a vector of tuples : the joint object and its value, list[tuple[DULPythonJoint, float]]
|
Set explicit external joint values on each joint.
|