ROBOT_SPACE
This is an enumeration type constant that refers to the coordinate space controlling robot in the robot controller, and is defined as follows.
Rank |
Constant Name |
Description |
|---|---|---|
0 |
ROBOT_SPACE_JOINT |
Joint coordinate space control mode. |
1 |
ROBOT_SPACE_TASK |
Task coordinate space control mode. |
Defined in: DRFC.h
typedef enum {
ROBOT_SPACE_JOINT,
ROBOT_SPACE_TASK,
} ROBOT_SPACE;