Download Center
Changelog#
Important
- Update the firmware, SDK, upgrade utility, and host software to their latest versions for the best performance and compatibility.
- Contact technical support if you encounter any issues.
2026.03.13#
[Latest Release: V5.2]
Component Versions
| Component | Version | Update Method |
|---|---|---|
| Main program package | 5.2.5 | Download |
| SDK package | 5.2.3 | Download |
Major Updates
Breaking Changes
- The SDK package was renamed from
airbot_pytoarm_sdk, and its main class fromAIRBOTArmtoAirbotClient. - The control-mode system was restructured: the
RobotModeenum was replaced with theControllerenum (direct_control/servo_control/planning_control/mit_control), with modes switched throughswitch_controller(). - Motion-control interfaces were renamed:
move_to_joint_pos→move_joint,move_to_cart_pose→move_end_pose, andmove_with_*_waypoints→move_joint_waypoints/move_end_pose_waypoints.
New Features
- Added an exclusive Lease-based control-ownership mechanism (
acquire_control()/release_control()) to prevent control conflicts between multiple clients. - Added Cartesian-space linear trajectory planning (
move_end_pose_linear()) and circular trajectory planning (move_end_pose_circle()). - Added the unified
ArmControlOptionsclass for centralized management of speed, current, planning, and other parameters. - Added firmware-information queries (
get_firmware_info()), arm emergency stop (set_arm_emergency_stop()), return-to-zero (return_zero()), and motor-error clearing interfaces. - Added
set_arm_speed()to replaceset_speed_profile(), with per-joint maximum-speed configuration.
2025.06.23#
[Historical Release: V5.1.6]
Component Versions
| Component | Version | Update Method |
|---|---|---|
| Product documentation | 5.1.6 | Download |
| Driver package | 5.1.6 | Download |
| SDK package | 5.1.6 | Download |
| SDK documentation | 5.1.6 | Download |
| Visual 3D grasping code | 5.1.6 | Download |
| Visual 3D grasping documentation | 5.1.6 | Download |
| Model-reproduction documentation | 5.1.6 | Download |