Booster Robotics SDK aims to provide a simple and easy-to-use interface for developers to control the Booster Robotics products. This release package provides the C++ SDK. Python SDK delivery is handled by the pip package.
- OS (Ubuntu 22.04 LTS)
- CPU (aarch64 and x86_64)
- Compiler (gcc version 11.4.0)
sudo ./install.shmkdir build
cd build
cmake ..
makecd build
./b1_loco_example_client 127.0.0.1
cd build
./b1_low_level_subscriber
cd build
./xxx 127.0.0.1
The Python SDK is delivered separately through pip.
pip install booster_robotics_sdk_python --userThis project is licensed under the Apache License, Version 2.0. See the LICENSE file for details.
This project uses the following third-party libraries:
- fastDDS (Apache License 2.0)