Booster Robotics SDK Python bindings and examples.
Project description
Booster Robotics SDK
Booster Robotics SDK aims to provide a simple and easy-to-use interface for developers to control the Booster Robotics products.
Prebuild environment
- OS (Ubuntu 22.04 LTS)
- CPU (aarch64 and x86_64)
- Compiler (gcc version 11.4.0)
Installation
pip3 install pybind11
# pip3 install pybind11-stubgen
Build examples
mkdir build
cd build
cmake ..
make
Build python binding api and install
mkdir build
cd build
cmake .. -DBUILD_PYTHON_BINDING=on
make
sudo make install
if pybind11-stubgen cannot be found even after pip install, export PATH
```bash
export PATH=/home/[user name]/.local/bin:$PATH
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file booster_robotics_sdk_python-1.3.5.tar.gz.
File metadata
- Download URL: booster_robotics_sdk_python-1.3.5.tar.gz
- Upload date:
- Size: 31.2 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eaee67de50f5ed61e237a44b544ebea200caf49bbcf18a99cafbf5fa31f0758a
|
|
| MD5 |
9d4a93e14c2aebe117583737dbd92f80
|
|
| BLAKE2b-256 |
5b4f035a6087e96ded2b70513073ae27a3dc7d3fd36dc569615723fa2ca2e84e
|