Airbot SDK 5.1.6
This project is designed for airbot C++SDK
|
Namespace containing all Airbot SDK related definitions. More...
Classes | |
class | AirbotSdk |
Core class for interacting with the Airbot robotic arm. More... | |
Enumerations | |
enum class | State : int { INIT = 0 , SHUTDOWN = 1 , POWERON = 2 , IDLE = 3 , APPLOADING = 4 , APPLOADED = 5 , ERROR = 6 } |
Enum representing the operational states of the driver service. More... | |
enum class | RobotMode : int { PLANNING_POS = 10 , PLANNING_WAYPOINTS_PATH = 11 , PLANNING_WAYPOINTS = 12 , SERVO_JOINT_POS = 20 , SERVO_CART_POSE = 21 , SERVO_JOINT_VEL = 24 , SERVO_CART_TWIST = 25 , MIT_INTEGRATED = 80 , GRAVITY_COMP = 90 , INACTIVE = 98 , UNDEFINED = 99 } |
Enum class representing the control modes of the robot arm. More... | |
enum class | SpeedProfile : int { DEFAULT = 0 , SLOW = 1 , FAST = 2 } |
Enum representing predefined speed profiles for robot operation. More... | |
Namespace containing all Airbot SDK related definitions.
|
strong |
Enum class representing the control modes of the robot arm.
This enum defines the various modes that the robotic arm can operate in. Each mode controls a distinct behavior or command interface for operating the robot arm.
|
strong |
Enum representing predefined speed profiles for robot operation.
This enum defines different speed modes that the robot can operate under, balancing speed, precision, and safety according to application needs.
|
strong |
Enum representing the operational states of the driver service.
This enum describes the different lifecycle stages of the driver, allowing external systems to monitor and respond to driver status changes.