欢迎使用 Galbot SDK(Galbot机器人软件开发套件)!
本 SDK 支持 C++ 和 Python,提供完整的 API 参考、使用教程和示例代码。
git clone https://github.com/GalaxyGeneralRobotics/GalbotSDK.git
cd GalbotSDK
git lfs pull请确保安装了 git-lfs,如 Ubuntu/Debian 下可用如下命令安装:
sudo apt-get install git-lfs重要:安装前请确认您的机器人版本!
- 最新 SDK: V1.5.1
- 发布日期: 2026-01-16
- 对应机器人版本: V1.13.9
- 维护状态: ✅ 当前维护版本
更多版本历史请参阅 CHANGELOG.md
在 SDK 根目录执行:
cd docs
python3 -m http.server 8000然后在浏览器中打开:http://localhost:8000/zh/
用浏览器打开文件:docs/zh/index.html
Welcome to Galbot SDK (Galbot Robot Software Development Kit)!
This SDK supports C++ and Python, providing complete API reference, tutorials, and example code.
git clone https://github.com/GalaxyGeneralRobotics/GalbotSDK.git
cd GalbotSDK
git lfs pullPlease ensure git-lfs is installed. For Ubuntu/Debian, you can install it with:
sudo apt-get install git-lfsImportant: Please confirm your robot version before installation!
- Latest SDK: V1.5.1
- Release Date: 2026-01-16
- Compatible Robot Version: V1.13.9
- Maintenance Status: ✅ Currently Maintained
For more version history, please refer to CHANGELOG.md
Execute in the SDK root directory:
cd docs
python3 -m http.server 8000Then open in your browser: http://localhost:8000/en/
Open the file in your browser: docs/en/index.html