![]() |
AUBO SDK
0.26.0
|

Topics | |
| ForceControl(力控模块) | |
| Abstract class for force control interface | |
| IoControl (IO输入输出控制) | |
| 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. | |
| MotionControl (运动规划与控制) | |
| MotionControl. | |
| RobotAlgorithm (机器人算法工具) | |
| Interfaces related to robot algorithms | |
| RobotConfig (机器人配置管理) | |
| RobotConfig. | |
| RobotManage (机器人生命周期管理) | |
| RobotManage. | |
| RobotState (机器人状态查询) | |
| RobotState. | |
| ForceControlPtr arcs::common_interface::RobotInterface::getForceControl | ( | ) |
ForceControl(力控模块) Get force control interface
| IoControlPtr arcs::common_interface::RobotInterface::getIoControl | ( | ) |
IoControl (IO输入输出控制) Get IO control interface
| MotionControlPtr arcs::common_interface::RobotInterface::getMotionControl | ( | ) |
MotionControl (运动规划与控制) Get motion planning interface
| RobotAlgorithmPtr arcs::common_interface::RobotInterface::getRobotAlgorithm | ( | ) |
RobotAlgorithm (机器人算法工具) Get robot utility algorithm interface
| RobotConfigPtr arcs::common_interface::RobotInterface::getRobotConfig | ( | ) |
RobotConfig (机器人配置管理) Get RobotConfig interface
| RobotManagePtr arcs::common_interface::RobotInterface::getRobotManage | ( | ) |
RobotManage (机器人生命周期管理) Get robot management interface (power on, start, stop, etc.)
| RobotStatePtr arcs::common_interface::RobotInterface::getRobotState | ( | ) |
RobotState (机器人状态查询) Get robot state interface
| SyncMovePtr arcs::common_interface::RobotInterface::getSyncMove | ( | ) |
SyncMove (同步运动控制和轴组管理) Get synchronized motion interface
| TracePtr arcs::common_interface::RobotInterface::getTrace | ( | ) |
Trace (日志与弹窗) Get alarm information interface