![]() |
AUBO SDK
0.26.0
|
机器人模块 更多...

专题 | |
| ForceControl(力控模块) | |
| 力控接口抽象类 | |
| IoControl (IO输入输出控制) | |
| IoControl类提供了一系列的接口对机器人标配的一些数字、模拟IO进行配置,输出状态设置、读取 | |
| MotionControl (运动规划与控制) | |
| MotionControl | |
| RobotAlgorithm (机器人算法工具) | |
| 机器人算法相关的对外接口 | |
| RobotConfig (机器人配置管理) | |
| RobotConfig | |
| RobotManage (机器人生命周期管理) | |
| RobotManage | |
| RobotState (机器人状态查询) | |
| RobotState | |
机器人模块
| ForceControlPtr arcs::common_interface::RobotInterface::getForceControl | ( | ) |
ForceControl(力控模块) 获取力控接口
| IoControlPtr arcs::common_interface::RobotInterface::getIoControl | ( | ) |
IoControl (IO输入输出控制) 获取IO控制的接口
| MotionControlPtr arcs::common_interface::RobotInterface::getMotionControl | ( | ) |
MotionControl (运动规划与控制) 获取运动规划接口
| RobotAlgorithmPtr arcs::common_interface::RobotInterface::getRobotAlgorithm | ( | ) |
RobotAlgorithm (机器人算法工具) 获取机器人实用算法接口
| RobotConfigPtr arcs::common_interface::RobotInterface::getRobotConfig | ( | ) |
RobotConfig (机器人配置管理) 获取RobotConfig接口
| RobotManagePtr arcs::common_interface::RobotInterface::getRobotManage | ( | ) |
RobotManage (机器人生命周期管理) 获取机器人管理接口(上电、启动、停止等)
| RobotStatePtr arcs::common_interface::RobotInterface::getRobotState | ( | ) |
RobotState (机器人状态查询) 获取机器人状态接口
| SyncMovePtr arcs::common_interface::RobotInterface::getSyncMove | ( | ) |
SyncMove (同步运动控制和轴组管理) 获取同步运动接口
| TracePtr arcs::common_interface::RobotInterface::getTrace | ( | ) |
Trace (日志与弹窗) 获取告警信息接口