movehand()

Function Definition: movehand(time = 1000, servo angles = [90,90])

Parameters

NameTypeDescriptionExpected ValuesDefault Value
timeintThe time in which the angles need to change to the target angle.500 - 100001000
servo anglesintThe target angles in the form of list - [Left Hand Angle, Right Hand Angle]List[90,90]

Description

The function sets the servo motors of the humanoid hand to the specified angles at the specified speed.

Example

There are no examples documented for this article.