The function causes the robot to move in a specified direction with a specified speed for a given amount of time before stopping automatically.
- 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
- runtimedrobot()
runtimedrobot()
Function Definition: runtimedrobot(direction = "forward", speed = 100, time = 1000)
- 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 |
---|---|---|---|---|
direction | string | The direction in which the robot should move. | "forward", "backward", "circular left", "circular right", "lateral left", "lateral right", "forward left", "forward right", "backward left", "backward right","lateral arc" | "forward" |
speed | int | The speed at which the robot should move. | 0 to 100 | 100 |
time | int | The time for which the robot should perform the motion in milliseconds. | 0 to 100000 | 1000 |
Description
Example
There are no examples documented for this article.