Skip to content
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_py to arm_sdk, and its main class from AIRBOTArm to AirbotClient.
  • The control-mode system was restructured: the RobotMode enum was replaced with the Controller enum (direct_control / servo_control / planning_control / mit_control), with modes switched through switch_controller().
  • Motion-control interfaces were renamed: move_to_joint_posmove_joint, move_to_cart_posemove_end_pose, and move_with_*_waypointsmove_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 ArmControlOptions class 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 replace set_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

2025.11.05#

[Historical Release: V0.2.9 (hardware)]

Component Versions

Component Version Update Method
SDK package 0.2.9 Download
Documentation 0.2.9 Download