|
AuboStudio SDK
0.6.3
|
|
|
|
|
\chinese系统信息接口 提供对 AuboScope 软件系统信息的访问,包括软件版本号、系统语言区域、单位制、机器人 序列号,以及机器人的关节位置范围、速度、加速度和负载等参数信息。 \endchinese \english 更多...
\chinese
系统信息接口 提供对 AuboScope 软件系统信息的访问,包括软件版本号、系统语言区域、单位制、机器人 序列号,以及机器人的关节位置范围、速度、加速度和负载等参数信息。 \endchinese \english
SystemApi Provides access to system information of the AuboScope software, including software version numbers, system locale, unit types, the robot serial number, as well as robot joint position limits, velocity, acceleration, and payload parameters.
\endenglish
| int arcs::aubo_scope::SystemApi::getBugfixVersion | ( | ) |
\chinese 获取软件Bug修复版本号
| int arcs::aubo_scope::SystemApi::getBuildNumber | ( | ) |
\chinese 获取软件构建号
| IoConfigure arcs::aubo_scope::SystemApi::getConfigurableDigitalInputConfigure | ( | ) |
\chinese 获取可配置数字输入配置
| IoConfigure arcs::aubo_scope::SystemApi::getConfigurableDigitalOutputConfigure | ( | ) |
\chinese 获取可配置数字输出配置
| IoConfigure arcs::aubo_scope::SystemApi::getENCConfigure | ( | ) |
\chinese 获取编码器配置
| std::vector< double > arcs::aubo_scope::SystemApi::getHomeDefaultPosition | ( | ) |
\chinese 获取默认Home位置
| std::vector< double > arcs::aubo_scope::SystemApi::getHomePackagePosition | ( | ) |
\chinese 获取包装Home位置
| double arcs::aubo_scope::SystemApi::getJointDefaultAcceleration | ( | ) |
\chinese 获取关节默认加速度
| double arcs::aubo_scope::SystemApi::getJointDefaultVelocity | ( | ) |
\chinese 获取关节默认速度
| std::vector< double > arcs::aubo_scope::SystemApi::getJointMaxAcceleration | ( | ) |
\chinese 获取各关节最大加速度
| std::vector< double > arcs::aubo_scope::SystemApi::getJointMaxPositions | ( | ) |
\chinese 获取机器人各关节的最大位置
| std::vector< double > arcs::aubo_scope::SystemApi::getJointMaxVelocity | ( | ) |
\chinese 获取各关节最大速度
| std::vector< double > arcs::aubo_scope::SystemApi::getJointMinPositions | ( | ) |
\chinese 获取机器人各关节的最小位置
| std::string arcs::aubo_scope::SystemApi::getLocale | ( | ) |
| std::string arcs::aubo_scope::SystemApi::getLocaleForProgrammingLanguage | ( | ) |
| int arcs::aubo_scope::SystemApi::getMajorVersion | ( | ) |
\chinese 获取软件版本号
| double arcs::aubo_scope::SystemApi::getMaxPayloadDistance | ( | ) |
\chinese 获取最大负载距离
| double arcs::aubo_scope::SystemApi::getMaxPayloadMass | ( | ) |
\chinese 获取最大负载质量
| int arcs::aubo_scope::SystemApi::getMinorVersion | ( | ) |
\chinese 获取软件次版本号
| std::unordered_map< std::string, std::vector< double > > arcs::aubo_scope::SystemApi::getRobotDhParams | ( | bool | is_real | ) |
\chinese 获取机器人DH参数
| is_real | 是否获取真实参数。 |
| is_real | whether to get the real parameters. |
| std::string arcs::aubo_scope::SystemApi::getSerialNumber | ( | ) |
\chinese 获取机器人的序列号
| IoConfigure arcs::aubo_scope::SystemApi::getStandardAnalogInputConfigure | ( | ) |
\chinese 获取标准模拟输入配置
| IoConfigure arcs::aubo_scope::SystemApi::getStandardAnalogOutputConfigure | ( | ) |
\chinese 获取标准模拟输出配置
| IoConfigure arcs::aubo_scope::SystemApi::getStandardDigitalInputConfigure | ( | ) |
\chinese 获取标准数字输入配置
| IoConfigure arcs::aubo_scope::SystemApi::getStandardDigitalOutputConfigure | ( | ) |
\chinese 获取标准数字输出配置
| IoConfigure arcs::aubo_scope::SystemApi::getStaticLinkInputConfigure | ( | ) |
\chinese 获取静态链路输入配置
| IoConfigure arcs::aubo_scope::SystemApi::getStaticLinkOutputConfigure | ( | ) |
\chinese 获取静态链路输出配置
| double arcs::aubo_scope::SystemApi::getTcpDefaultAcceleration | ( | ) |
| double arcs::aubo_scope::SystemApi::getTcpDefaultVelocity | ( | ) |
| double arcs::aubo_scope::SystemApi::getTcpMaxAcceleration | ( | ) |
| double arcs::aubo_scope::SystemApi::getTcpMaxDistance | ( | ) |
| double arcs::aubo_scope::SystemApi::getTcpMaxVelocity | ( | ) |
| IoConfigure arcs::aubo_scope::SystemApi::getToolAnalogInputConfigure | ( | ) |
\chinese 获取工具端模拟输入配置
| IoConfigure arcs::aubo_scope::SystemApi::getToolAnalogOutputConfigure | ( | ) |
\chinese 获取工具端模拟输出配置
| IoConfigure arcs::aubo_scope::SystemApi::getToolDigitalIOConfigure | ( | ) |
\chinese 获取工具端数字IO配置
| UnitType arcs::aubo_scope::SystemApi::getUnitType | ( | ) |
| bool arcs::aubo_scope::SystemApi::isRealRobot | ( | ) |
\chinese 检查是否控制真实机器人
true 表示控制真实物理机器人,false 表示处于仿真模式。 \endchinese \english Returns true if controlling the real, physical robot and false if in simulation mode. true if controlling the real, physical robot and false if in simulation mode. \endenglish