The function sets the current servo motors to the specified angle for the pick and place robot.
setarmangle()
Function Definition: setarmangle(angle = 90)
- 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 | 90 |
Description
Example
There are no examples documented for this article.