Namespace containing all Airbot SDK related definitions.
RobotMode
Enum class representing the control modes of the robot arm.
Definition robot_mode.hpp:30
@ UNDEFINED
Undefined mode.
@ SERVO_CART_TWIST
Servo mode: Cartesian twist control.
@ SERVO_JOINT_POS
Servo mode: Joint position control.
@ PLANNING_WAYPOINTS_PATH
Planning mode: Path planning with multiple waypoints in cartesian space.
@ PLANNING_WAYPOINTS
Planning mode: Local planning between adjacent waypoints.
@ SERVO_JOINT_VEL
Servo mode: Joint velocity control.
@ MIT_INTEGRATED
MIT integrated mode. In this mode, the robot would be in a integrated motor joint control,...
@ SERVO_CART_POSE
Servo mode: Cartesian pose control.
@ GRAVITY_COMP
Gravity compensation mode.
@ PLANNING_POS
Planning mode: Single target planning.