The function sets the place action angle with the specified angle. This is useful to set a custom place angle for the pick and place robot.
setplaceangle()
Function Definition: setplaceangle(angle = 40)
- Python Library: Quarky Ultimate Robots
- Library Import: Not Applicable
- Mode: Stage Mode, Upload Mode
Parameters
Name | Type | Description | Expected Values | Default Value |
---|---|---|---|---|
angle | int | The angle which needs to be set for the servo motor. | 0-180 | 40 |
Description
Example
There are no examples documented for this article.