The function performs the selected action for the quadruped. The action runs for the specified times and at the specified speed.
- Quarky Quadruped - Getting Started
- Mars Rover PictoBlox Extension
- Quadruped Block Examples
- Control Quadruped Predefined Actions
- Control Quadruped Predefined Motion
- Computer Controlled Quadruped
- Dance Sequence with Quadruped and Music
- Face Tracking Controlled Quadruped
- Gesture Controlled Quadruped
- Crawling Motion with Quadruped
- Sign Detection with Quadruped
- Learn How to Make a Quadruped Robot Detect and React to a Hand
- Quadruped Obstracle Avoidance
- Oscillator Concept For Quadruped
- Quadruped Python Examples
- Computer Controlled Quadruped
- Gesture Controlled Quadruped With Machine Learning
- Controlling Quadruped Predefined Motion
- Control Quadruped Predefined Actions
- Create a dance Sequence with Quadruped and Music
- Crawling Motion with Quadruped Using Individual Servo Control
- Sign Detection with Quadruped
- Face Tracking Controlled Quadruped
- Home
- Python Functions
- action()
action()
Function Definition: action(action = "dance1", time period = 1000, cycle = 1)
- Python Library: Quadruped (Quarky)
- Library Import: Not Applicable
- Mode: Stage Mode, Upload Mode
Parameters
Name | Type | Description | Expected Values | Default Value |
---|---|---|---|---|
action | string | The action that needs to be performed. | "dance1", "dance2", "dance3", "dance4", "dance5", "march in place", "creepy", "moonwalk", "bodyshake1", "bodyshake2", "bodyshake3", "bodyshake4", "bodyshake5", "right hand shake", "left hand shake", "updown1", "front back" | "dance1" |
time period | int | The time in which 1 cycle of the motion gets completed. In miliseconds. | 0-10000 | 1000 |
cycle | int | The number of cycles or times the motion gets executed. | 0-1000 | 1 |
Description
Example
There are no examples documented for this article.