|
AUBO SDK
0.26.0
|
|
|
|
Robot Module More...

Topics | |
| Force Control Module | |
| Abstract class for force control interface | |
| IO Input/Output Control | |
| The IoControl class provides a series of interfaces for configuring and reading the robot's standard digital and analog IO, as well as setting output states. | |
| Motion Planning and Control | |
| MotionControl | |
| Robot Algorithm Tool | |
| Interfaces related to robot algorithms | |
| Robot Configuration Management | |
| RobotConfig | |
| Robot Lifecycle Management | |
| RobotManage | |
| Robot State Query | |
| RobotState | |
Robot Module
| ForceControlPtr arcs::common_interface::RobotInterface::getForceControl | ( | ) |
Force Control Module Get force control interface
| IoControlPtr arcs::common_interface::RobotInterface::getIoControl | ( | ) |
IO Input/Output Control Get IO control interface
| MotionControlPtr arcs::common_interface::RobotInterface::getMotionControl | ( | ) |
Motion Planning and Control Get motion planning interface
| RobotAlgorithmPtr arcs::common_interface::RobotInterface::getRobotAlgorithm | ( | ) |
Robot Algorithm Tool Get robot utility algorithm interface
| RobotConfigPtr arcs::common_interface::RobotInterface::getRobotConfig | ( | ) |
Robot Configuration Management Get RobotConfig interface
| RobotManagePtr arcs::common_interface::RobotInterface::getRobotManage | ( | ) |
Robot Lifecycle Management Get robot management interface (power on, start, stop, etc.)
| RobotStatePtr arcs::common_interface::RobotInterface::getRobotState | ( | ) |
Robot State Query Get robot state interface
| SyncMovePtr arcs::common_interface::RobotInterface::getSyncMove | ( | ) |
Synchronized Movement Control and Axis Group Management Get synchronized motion interface
| TracePtr arcs::common_interface::RobotInterface::getTrace | ( | ) |
Log and Pop-up Get alarm information interface