The function sets the motors of a device to a specified speed. It uses a scale of –100 to 100, where –100 is the motor running in reverse at full speed, 100 is the motor running in the forward direction at full speed, and 0 is when the wheel is stopped.
- 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
- runallmotors()
runallmotors()
Function Definition: runallmotors(FL speed = 50, BL speed = 50, BR speed = 50, FR speed = 50)
- 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 |
---|---|---|---|---|
FL speed | int | The target speed value of the Front Left motor. | -100 to 100 | 50 |
BL speed | int | The target speed value of the Back Left motor. | -100 to 100 | 50 |
BR speed | int | The target speed value of the Back Right motor. | -100 to 100 | 50 |
FR speed | int | The target speed value of the Front Right motor. | -100 to 100 | 50 |
Description
Example
There are no examples documented for this article.