The function performs the selected motion for the humanoid. The motion runs for the specified times and at the specified speed.
- 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
- move()
move()
Function Definition: move(motion = "forward", time period = 1000, cycle = 1)
- Python Library: Humanoid (Quarky)
- Library Import: Not Applicable
- Mode: Stage Mode, Upload Mode
Parameters
Name | Type | Description | Expected Values | Default Value |
---|---|---|---|---|
motion | string | The motion that needs to be executed by the robot. | "forward", "backward", "left", "right" | "forward" |
time period | int | Time period of 1 cycle of the action in milliseconds. | 500 - 10000 | 1000 |
cycle | int | The number of times or cycles action needs to be performed. | 1-100 | 1 |
Description
Example
There are no examples documented for this article.