Booster Robotics 机器人操作系统核心模块
Project description
Booster OS
Booster Robotics 机器人操作系统模块。
简介
这是一个用于控制和管理 Booster 系列机器人的 Python 框架。支持实时数据获取、高级任务管理、音频管理及手控示教等功能。
安装
环境要求
- Python 3.10 (必须)
- Ubuntu 20.04/22.04
- ROS 2 (可选,用于特定传感器和消息通讯)
使用 pip 安装
# 基础安装
pip install boosteros
# 安装 brain 插件支持(包含 AI 相关依赖)
pip install boosteros[brain]
快速开始
from booster_os.robots.booster import BoosterK1
k1 = BoosterK1("127.0.0.1")
k1.ShakeHand()
目录结构
base/: 核心抽象类(Robot, AudioManager 等)robots/: 不同型号机器人的具体实现(Booster, Unitree 等)types/: 通用数据类型定义examples/: 示例代码
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
boosteros-0.1.0.tar.gz
(4.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file boosteros-0.1.0.tar.gz.
File metadata
- Download URL: boosteros-0.1.0.tar.gz
- Upload date:
- Size: 4.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
864777413f7f94fa28ee231cb2ce149b82dceb304c7bf091b9eb7040dbd770ba
|
|
| MD5 |
680d956a11a0dc19b9542263d878a943
|
|
| BLAKE2b-256 |
f22c9ffdce13365ed70abc81b10ca0fc537cf02c67236c41798971ede76664b2
|
File details
Details for the file boosteros-0.1.0-py3-none-any.whl.
File metadata
- Download URL: boosteros-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b1157426aa4b8f171e1891481813db9ce5163e90c5948e5eb93c73aee7bafe58
|
|
| MD5 |
8d7179efc98051057f0af4cd33bce5f9
|
|
| BLAKE2b-256 |
b61c44f3113a0ac0c52f722181423452b286067b17244abc836594e3abffdb86
|