Skip to content

Overview

The AlphaBotCore SDK provides a series of C++ and Python APIs for integrating and controlling robot subsystems, including the robotic arm, chassis, torso, head, cameras, and various sensors.

By using this manual, you will learn how to utilize the exposed interfaces to develop applications quickly, enabling efficient and precise robot control.

  • Supported CPU Architectures

    The AlphaBotCore SDK offers packages for both X86 and ARM64 architectures. Select the appropriate package based on the CPU architecture of your target device.

  • Supported Programming Languages

    For each supported architecture, the SDK offers both C++ and Python APIs. You may choose either language according to your development requirements; only one is required for integration.