move()

Function Definition: move(motion = "forward", time period = 1000, cycle = 1)

Parameters

NameTypeDescriptionExpected ValuesDefault Value
motionstringThe motion that needs to be executed by the robot."forward", "backward", "left", "right""forward"
time periodintTime period of 1 cycle of the action in milliseconds.500 - 100001000
cycleintThe number of times or cycles action needs to be performed.1-1001

Description

The function performs the selected motion for the humanoid. The motion runs for the specified times and at the specified speed.

Example

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