move()

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

Parameters

NameTypeDescriptionExpected ValuesDefault Value
motionstringThe motion that needs to be performed."forward", "backward", "lateral left", "lateral right", "circular left", "circular right", "turn left", "turn right""forward"
time periodintThe time in which 1 cycle of the motion gets completed.0-100001000
cycleintThe number of cycles or times the motion gets executed.1-10001

Description

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

Example

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