runrobot()

Function Definition: runrobot(direction = "forward", speed = 100)

Parameters

NameTypeDescriptionExpected ValuesDefault Value
directionstringThe 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"
speedintThe speed at which the robot should move.0 to 100100

Description

The function allows the robot to move in the specified direction at a given speed.

Example

There are no examples documented for this article.
Table of Contents