Booster Robotics SDK aims to provide a simple and easy-to-use interface for developers to control the Booster Robotics products.
sudo ./install.sh
pip3 install pybind11
pip3 install pybind11-stubgen
mkdir build
cd build
cmake ..
make
mkdir build
cd build
cmake .. -DBUILD_PYTHON_BINDING=on
make
sudo make install
This project is licensed under the Apache License, Version 2.0. See the LICENSE file for details.
This project uses the following third-party libraries: