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.
Here's a list of all the actions available in the gait module:
0x02 - 0x00Sets the gait type for the robot.
uint8-
Gait type (0 = Stand, 1 = Walk, 2 = Trot, 3 = Gallop).
No return values
0x02 - 0x01Gets the current gait type for the robot.
No arguments
uint8-
Gait type (0 = Stand, 1 = Walk, 2 = Trot, 3 = Gallop).
Here's a list of all the types used in the gait module: