Features
It is a service input for confirming the current operation mode (virtual robot, actual robot) of the robot controller.
Return
|
Return Name |
Data Type |
Default Value |
Description |
|---|---|---|---|
|
robot_system |
int8 |
- |
refer to enum.ROBOT_SYSTEM |
|
success |
bool |
- |
True or False |
enum.ROBOT_SYSTEM
|
Num |
Name |
Description |
|---|---|---|
|
0 |
ROBOT_SYSTEM_REAL |
Actual robot system |
|
1 |
ROBOT_SYSTEM_VIRTUAL |
virtual robot system |