The function initializes the humanoid robot object in Python and maps the 6 servos to the specified pins.
- 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
- Humanoid()
Humanoid()
Function Definition: Humanoid(Right Hip = 7, Left Hip = 2, Right Foot = 6, Left Foot = 3, Right Hand = 8, Left Hand = 1)
- Python Library: Humanoid (Quarky)
- Library Import: Not Applicable
- Mode: Stage Mode, Upload Mode
Parameters
Name | Type | Description | Expected Values | Default Value |
---|---|---|---|---|
Right Hip | int | The servo port at which the Right Hip Servo Motor is connected. | 1-8 | 7 |
Left Hip | int | The servo port at which the Left Hip Servo Motor is connected. | 1-8 | 2 |
Right Foot | int | The servo port at which the Right Foot Servo Motor is connected. | 1-8 | 6 |
Left Foot | int | The servo port at which the Left Foot Servo Motor is connected. | 1-8 | 3 |
Right Hand | int | The servo port at which the Right Hand Servo Motor is connected. | 1-8 | 8 |
Left Hand | int | The servo port at which the Left Hand Servo Motor is connected. | 1-8 | 1 |
Description
Example
There are no examples documented for this article.