The function sets the selected servo motor angle to the specified angle in the specified time. This creates a smooth motion for the servo motor from the current angle to the specified angle.
- Quarky Humanoid - Getting Started
- Quarky Humanoid PictoBlox Extension
- Humanoid Block Examples
- Wirelessly Controlled Humanoid
- Creating Humanoid Dance Sequences
- Face Detection with Humanoid Robots
- Face Tracking Controlled Humanoid Robot
- Sign Detection With Humanoid
- Hand Controlled Motion
- Gesture Controlled Humanoid With Machine Learning
- Pose Mimicking Humanoid with Machine Learning
- Sound Based Humanoid with Machine Learning
- Humanoid Python Examples
- Home
- Python Functions
- movelimb()
movelimb()
Function Definition: movelimb(servo name = "RHip", angle = 90, time = 1000)
- Python Library: Humanoid (Quarky)
- Library Import: Not Applicable
- Mode: Stage Mode, Upload Mode
Parameters
Name | Type | Description | Expected Values | Default Value |
---|---|---|---|---|
servo name | string | The servo motor which needs to be moved. | "RHip", "LHip", "RFoot", "LFoot", "RHand", "LHand" | "RHip" |
angle | int | The angle to which the servo needs to move. | 0 - 180 | 90 |
time | int | The time in which the angles need to change to the target angle. | 500 - 10000 | 1000 |
Description
Example
There are no examples documented for this article.