Table des matières

TNY-360 Documentation

Gait

Gait module of the TNY-360 API (code 0x02).

This module contains actions related to the gait control of the robot, such as setting gait type, frequency, etc.


List of actions

Here's a list of all the actions available in the gait module:

0x02 - 0x00

gait.setType

Sets the gait type for the robot.


Arguments

  • gait_typeuint8

    -

    Gait type (0 = Stand, 1 = Walk, 2 = Trot, 3 = Gallop).


No return values

0x02 - 0x01

gait.getType

Gets the current gait type for the robot.


No arguments


Return Values

  • gait_typeuint8

    -

    Gait type (0 = Stand, 1 = Walk, 2 = Trot, 3 = Gallop).

List of types

Here's a list of all the types used in the gait module:

No custom types found in the actions of the "gait" module.