Booster Robotics SDK
This project is a Rust reimplementation of the original Booster Robotics C++ SDK (booster_robotics_sdk) for controlling Booster robots.
In addition to the Rust crate, this repository also provides Python bindings built on top of the Rust implementation.
🚧 Project Status
This library is currently in active development and has been tested on a real robot.
Installation
Python wheels are available on PyPI:
API Example
=
# Change to walking mode
# Move forward
The Python bindings cover core control flows, including locomotion, gripper control, AI/LUI RPC calls, vision RPC calls, and X5 camera RPC calls.
Contributing
This SDK is in active development. Contributions are welcome! Please open issues or pull requests for bug fixes, features, or documentation improvements.