机器人控制框架
Project description
# ub-clean-test
[中文版](#chinese) | [English](#english)
---
## <a id="chinese"></a>中文版
一个模块化的机器人控制框架。
### 功能
- **基础控制**:PID、LQR、自适应控制
- **运动学**:逆运动学(速度级、位置级)
- **轨迹规划**:五次多项式平滑运动
- **路径规划**:RRT 快速扩展随机树
- **强化学习**:PPO 近端策略优化
### 安装
pip install ub-clean-test
### 快速开始
```python
from ultra_balance import create_robot
robot = create_robot('two_wheel')
robot.start()
A modular robot control framework.
Features
· Control: PID, LQR, adaptive control · Kinematics: Forward/Inverse kinematics · Trajectory Planning: Quintic polynomial · Path Planning: RRT (Rapidly-exploring Random Tree) · Reinforcement Learning: PPO (Proximal Policy Optimization)
Installation
pip install ub-clean-test
Quick Start
from ultra_balance import create_robot
robot = create_robot('two_wheel')
robot.start()
Modules
· core/: Core algorithms (Kalman filter, PID, etc.) · planning/: Path planning (A*, RRT) · learning/: Reinforcement learning (PPO)
Examples
· demo_trajectory.py: Trajectory planning demo · demo_rrt.py: RRT path planning demo · demo_ppo.py: PPO reinforcement learning demo
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 Distributions
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 ub_clean_test-0.10.2-py3-none-any.whl.
File metadata
- Download URL: ub_clean_test-0.10.2-py3-none-any.whl
- Upload date:
- Size: 2.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5d50150ac0ec21511e7639453883b3ef0ab81c40129fe4de898d2ca682b5b174
|
|
| MD5 |
b95cc884d05e3aa87f49a69aa7a58694
|
|
| BLAKE2b-256 |
32cb506de56e14a2a86b5e2ed48b684555ac112f7427747062c58c8db4f47b71
|