|
AUBO SDK
0.26.0
|
|
|
|
Classes | |
| class | AuboApi |
| class | AxisInterface |
| class | GripperInterface |
| class | Math |
| class | RegisterControl |
| class | ForceControl |
| class | IoControl |
| class | MotionControl |
| class | RobotAlgorithm |
| class | RobotConfig |
| class | RobotManage |
| class | RobotState |
| class | RobotInterface |
| class | RuntimeMachine |
| class | Serial |
| class | Socket |
| class | SyncMove |
| class | SystemInfo |
| class | Trace |
| struct | RobotSafetyParameterRange |
| struct | WObjectData |
| struct | VibrationRecalibrationParameter |
| struct | CircleParameters |
| Circular motion parameters definition. More... | |
| struct | SpiralParameters |
| struct | Enveloping |
| struct | TrajConfig |
| Trajectory configuration for payload identification. More... | |
| struct | RobotMsg |
| struct | GripperStatus |
| struct | RtdeRecipe |
| RTDE menu. More... | |
| class | AuboException |
| Custom exception class AuboException. More... | |
Typedefs | |
| using | AuboApiPtr = std::shared_ptr<AuboApi> |
| using | AxisInterfacePtr = std::shared_ptr<AxisInterface> |
| using | GripperInterfacePtr = std::shared_ptr<GripperInterface> |
| using | MathPtr = std::shared_ptr<Math> |
| using | RegisterControlPtr = std::shared_ptr<RegisterControl> |
| using | ForceControlPtr = std::shared_ptr<ForceControl> |
| using | IoControlPtr = std::shared_ptr<IoControl> |
| using | MotionControlPtr = std::shared_ptr<MotionControl> |
| using | RobotAlgorithmPtr = std::shared_ptr<RobotAlgorithm> |
| using | RobotConfigPtr = std::shared_ptr<RobotConfig> |
| using | RobotManagePtr = std::shared_ptr<RobotManage> |
| using | RobotStatePtr = std::shared_ptr<RobotState> |
| using | RobotInterfacePtr = std::shared_ptr<RobotInterface> |
| using | RuntimeMachinePtr = std::shared_ptr<RuntimeMachine> |
| using | SerialPtr = std::shared_ptr<Serial> |
| using | SocketPtr = std::shared_ptr<Socket> |
| typedef std::unordered_set< std::string > | TaskSet |
| using | SyncMovePtr = std::shared_ptr<SyncMove> |
| using | SystemInfoPtr = std::shared_ptr<SystemInfo> |
| using | TracePtr = std::shared_ptr<Trace> |
| using | Vector3d = std::array<double, 3> |
| using | Vector4d = std::array<double, 4> |
| using | Vector3f = std::array<float, 3> |
| using | Vector4f = std::array<float, 4> |
| using | Vector6f = std::array<float, 6> |
| using | ResultWithErrno = std::tuple<std::vector<double>, int> |
| using | ResultWithErrno1 = std::tuple<std::vector<std::vector<double>>, int> |
| using | ResultWithErrno2 = std::tuple<std::vector<std::string>, int> |
| using | ResultWithErrno3 = std::tuple<int, int> |
| using | Payload |
| using | ForceSensorCalibResult |
| using | ForceSensorCalibResultWithError |
| using | DynamicsModel |
| using | Box = std::vector<double> |
| using | Cylinder = std::vector<double> |
| using | Sphere = std::vector<double> |
| using | RobotMsgVector = std::vector<RobotMsg> |
| using | GripperStatusVector = std::vector<GripperStatus> |
Functions | |
| std::ostream & | operator<< (std::ostream &os, const RobotSafetyParameterRange &vd) |
| std::ostream & | operator<< (std::ostream &os, WObjectData p) |
| std::ostream & | operator<< (std::ostream &os, const VibrationRecalibrationParameter p) |
| std::ostream & | operator<< (std::ostream &os, CircleParameters p) |
| std::ostream & | operator<< (std::ostream &os, SpiralParameters p) |
| std::ostream & | operator<< (std::ostream &os, Enveloping p) |
| std::ostream & | operator<< (std::ostream &os, TrajConfig p) |
| const char * | returnValue2Str (int retval) |
| using arcs::common_interface::AuboApiPtr = std::shared_ptr<AuboApi> |
Definition at line 390 of file aubo_api.h.
| using arcs::common_interface::AxisInterfacePtr = std::shared_ptr<AxisInterface> |
Definition at line 623 of file axis_interface.h.
| using arcs::common_interface::Box = std::vector<double> |
Definition at line 815 of file type_def.h.
| using arcs::common_interface::Cylinder = std::vector<double> |
Definition at line 822 of file type_def.h.
Definition at line 806 of file type_def.h.
| using arcs::common_interface::ForceControlPtr = std::shared_ptr<ForceControl> |
Definition at line 2618 of file force_control.h.
Definition at line 796 of file type_def.h.
Definition at line 801 of file type_def.h.
| using arcs::common_interface::GripperInterfacePtr = std::shared_ptr<GripperInterface> |
Definition at line 287 of file gripper_interface.h.
| using arcs::common_interface::GripperStatusVector = std::vector<GripperStatus> |
Definition at line 865 of file type_def.h.
| using arcs::common_interface::IoControlPtr = std::shared_ptr<IoControl> |
Definition at line 5092 of file io_control.h.
| using arcs::common_interface::MathPtr = std::shared_ptr<Math> |
| using arcs::common_interface::MotionControlPtr = std::shared_ptr<MotionControl> |
Definition at line 6719 of file motion_control.h.
Definition at line 792 of file type_def.h.
| using arcs::common_interface::RegisterControlPtr = std::shared_ptr<RegisterControl> |
Definition at line 3550 of file register_control.h.
| using arcs::common_interface::ResultWithErrno = std::tuple<std::vector<double>, int> |
Definition at line 786 of file type_def.h.
| using arcs::common_interface::ResultWithErrno1 = std::tuple<std::vector<std::vector<double>>, int> |
Definition at line 787 of file type_def.h.
| using arcs::common_interface::ResultWithErrno2 = std::tuple<std::vector<std::string>, int> |
Definition at line 788 of file type_def.h.
| using arcs::common_interface::ResultWithErrno3 = std::tuple<int, int> |
Definition at line 789 of file type_def.h.
| using arcs::common_interface::RobotAlgorithmPtr = std::shared_ptr<RobotAlgorithm> |
Definition at line 1693 of file robot_algorithm.h.
| using arcs::common_interface::RobotConfigPtr = std::shared_ptr<RobotConfig> |
Definition at line 3808 of file robot_config.h.
| using arcs::common_interface::RobotInterfacePtr = std::shared_ptr<RobotInterface> |
Definition at line 391 of file robot_interface.h.
| using arcs::common_interface::RobotManagePtr = std::shared_ptr<RobotManage> |
Definition at line 1917 of file robot_manage.h.
| using arcs::common_interface::RobotMsgVector = std::vector<RobotMsg> |
Definition at line 846 of file type_def.h.
| using arcs::common_interface::RobotStatePtr = std::shared_ptr<RobotState> |
Definition at line 3069 of file robot_state.h.
| using arcs::common_interface::RuntimeMachinePtr = std::shared_ptr<RuntimeMachine> |
Definition at line 1620 of file runtime_machine.h.
| using arcs::common_interface::SerialPtr = std::shared_ptr<Serial> |
| using arcs::common_interface::SocketPtr = std::shared_ptr<Socket> |
| using arcs::common_interface::Sphere = std::vector<double> |
Definition at line 827 of file type_def.h.
| using arcs::common_interface::SyncMovePtr = std::shared_ptr<SyncMove> |
Definition at line 1011 of file sync_move.h.
| using arcs::common_interface::SystemInfoPtr = std::shared_ptr<SystemInfo> |
Definition at line 349 of file system_info.h.
| typedef std::unordered_set<std::string> arcs::common_interface::TaskSet |
Definition at line 36 of file sync_move.h.
| using arcs::common_interface::TracePtr = std::shared_ptr<Trace> |
| using arcs::common_interface::Vector3d = std::array<double, 3> |
Definition at line 31 of file type_def.h.
| using arcs::common_interface::Vector3f = std::array<float, 3> |
Definition at line 33 of file type_def.h.
| using arcs::common_interface::Vector4d = std::array<double, 4> |
Definition at line 32 of file type_def.h.
| using arcs::common_interface::Vector4f = std::array<float, 4> |
Definition at line 34 of file type_def.h.
| using arcs::common_interface::Vector6f = std::array<float, 6> |
Definition at line 35 of file type_def.h.
| enum arcs::common_interface::AuboErrorCodes : int |
| Enumerator | |
|---|---|
| ENUM_AuboErrorCodes_DECLARES | |
Definition at line 548 of file type_def.h.
|
strong |
| Enumerator | |
|---|---|
| ENUM_AxisModeType_DECLARES | |
Definition at line 563 of file type_def.h.
| enum arcs::common_interface::EnvelopingShape : int |
| Enumerator | |
|---|---|
| ENUM_EnvelopingShape_DECLARES | |
Definition at line 640 of file type_def.h.
Error type.
Definition at line 880 of file type_def.h.
Exception code.
Definition at line 892 of file type_def.h.
|
strong |
| Enumerator | |
|---|---|
| Stopped | |
| Starting | |
| Stropping | |
| Running | |
Definition at line 703 of file type_def.h.
|
strong |
Joint Servo Mode.
| Enumerator | |
|---|---|
| ENUM_JointServoModeType_DECLARES | |
Definition at line 596 of file type_def.h.
|
strong |
|
strong |
Operational Mode.
| Enumerator | |
|---|---|
| ENUM_OperationalModeType_DECLARES | |
Definition at line 580 of file type_def.h.
pathBuffer Type
The robot movements are programmed as pose-to-pose movements, that is move from the current position to a new position. The path between these two positions is then automatically calculated by the robot.
Definition at line 34 of file motion_control.h.
| Enumerator | |
|---|---|
| ENUM_PayloadIdentifyMoveAxis_DECLARES | |
Definition at line 645 of file type_def.h.
|
strong |
| Enumerator | |
|---|---|
| None | |
| Tool | Tool coordinate system. |
| Path | Trajectory coordinate system. |
| Base | Base coordinate system. |
Definition at line 711 of file type_def.h.
|
strong |
Robot Control Mode.
| Enumerator | |
|---|---|
| ENUM_RobotControlModeType_DECLARES | |
Definition at line 588 of file type_def.h.
| Enumerator | |
|---|---|
| ENUM_RobotEmergencyStopType_DECLARES | |
Definition at line 660 of file type_def.h.
|
strong |
| Enumerator | |
|---|---|
| ENUM_RobotModeType_DECLARES | |
Definition at line 558 of file type_def.h.
|
strong |
| Enumerator | |
|---|---|
| ENUM_RuntimeState_DECLARES | |
Definition at line 553 of file type_def.h.
| enum arcs::common_interface::SafeguedStopType : int |
| Enumerator | |
|---|---|
| ENUM_SafeguedStopType_DECLARES | |
Definition at line 655 of file type_def.h.
|
strong |
| Enumerator | |
|---|---|
| ENUM_SafetyInputAction_DECLARES | |
Definition at line 625 of file type_def.h.
|
strong |
|
strong |
| Enumerator | |
|---|---|
| ENUM_SafetyOutputRunState_DECLARES | |
Definition at line 630 of file type_def.h.
|
strong |
The StandardInputAction enum.
| Enumerator | |
|---|---|
| ENUM_StandardInputAction_DECLARES | |
Definition at line 620 of file type_def.h.
|
strong |
Standard Output Run State.
| Enumerator | |
|---|---|
| ENUM_StandardOutputRunState_DECLARES | |
Definition at line 612 of file type_def.h.
| Enumerator | |
|---|---|
| ENUM_TaskFrameType_DECLARES | |
Definition at line 635 of file type_def.h.
| Enumerator | |
|---|---|
| ENUM_TraceLevel_DECLARES | |
Definition at line 650 of file type_def.h.
|
inline |
Definition at line 734 of file type_def.h.
|
inline |
Definition at line 180 of file type_def.h.
|
inline |
Definition at line 223 of file type_def.h.
|
inline |
Definition at line 762 of file type_def.h.
|
inline |
Definition at line 748 of file type_def.h.
|
inline |
Definition at line 780 of file type_def.h.
|
inline |
Definition at line 208 of file type_def.h.
|
inline |
Definition at line 946 of file type_def.h.
References ENUM_AuboErrorCodes_DECLARES.