This function takes the servo motor as the input parameter, and it returns the corresponding angle of the servo as an output.
Table of Contents
roboticArm.getcurrentservoangle()
Function Definition: roboticArm.getcurrentservoangle(SERVO = "link1")
- 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 |
---|---|---|---|---|
SERVO | string | The target servo motor. | "link1", "link2", "base", "gripper" | "link1" |
Description
Example
There are no examples documented for this article.