The function takes the current end–effector position and adds an offset value to it. It then updates the end–effector position in the length and Z directions according to the specified direction. The function also normalizes the end–effector position, ensuring that the calculated offset is applied consistently.
Table of Contents
roboticArm.setoffset()
Function Definition: roboticArm.setoffset(length Offset, Z Offset)
- Python Library: Quarky Robotic Arm
- Library Import: roboticArm = RoboticArm(1, 2, 3, 4)
- Mode: Stage Mode, Upload Mode
Parameters
Name | Type | Description | Expected Values | Default Value |
---|---|---|---|---|
length Offset | int | Offset in mm to be set along the Length. | -50 to 50 | 0 |
Z Offset | int | Offset in mm to be set along the Z. | -50 to 50 | 0 |
Description
Example
There are no examples documented for this article.