You're reading the documentation for an older, but still supported version (GL013300).
For information on the latest version, please have a look at GL013301.

CONTROL_MODE

This is an enumeration constant that means the robot controller control mode, and is defined as follows.

Rank

Constant Name

Description

3

CONTROL_MODE_POSITION

Position Control Mode

4

CONTROL_MODE_TORQUE

Torque Control mode

Defined in: DRFC.h

typedef enum {
    CONTROL_MODE_POSITION = 3,
    CONTROL_MODE_TORQUE
} CONTROL_MODE;