The function controls the speed of a selected motor, allowing it to run at a specified speed.
- Quarky Mecanum Wheel Robot - Getting Started
- Quarky Mecanum PictoBlox Extension
- Quarky Mecanum Block Examples
- Computer Controlled Mecanum
- Different Motions (Square and Axe)
- Sign Detection Controlled Mecanum
- Speech Recognized Controlled Mecanum
- Hand Pose Controlled Mecanum
- Gesture Controlled Gripper Mecanum
- Gripper Mecanum with Dabble
- Hand Pose Controlled Mecanum Pick and Place Robot
- Mecanum Pick and Place With Dabble
- Quarky Mecanum Python Examples
- Python Based Computer Controlled Mecanum
- Python Based Different Motions (Square and Axe)
- Python Based Sign Detection Controlled Mecanum
- Python Based Speech Recognition Controlled Mecanum
- Python Based Hand Pose Controlled Mecanum
- Python Based Gesture Controlled Gripper Mecanum
- Python Based Gripper Mecanum with Dabble
- Python Based Hand Pose Controlled Mecanum Pick and Place Robot
- Python Based Pick and Place Mecanum with Dabble
- Home
- Python Functions
- runmotor()
runmotor()
Function Definition: runmotor(motor = "fl", speed = 100)
- Python Library: Quarky Mecanum
- Library Import: meca = Mecanum(1, 2, 7, 8)
- Mode: Stage Mode, Upload Mode
Parameters
Name | Type | Description | Expected Values | Default Value |
---|---|---|---|---|
motor | string | The motor that needs to be controlled. | "fl", "bl", "br", "fr" | "fl" |
speed | int | The target speed of the motor. | -100 to 100 | 100 |
Description
Example
There are no examples documented for this article.