机器人控制框架
Reason this release was yanked:
qing yong 0.11.0
Project description
# ub-clean-test
[中文版](#chinese) | [English](#english)
---
## <a id="chinese"></a>中文版
一个模块化的机器人控制框架。
### 功能
- **基础控制**:PID、LQR、自适应控制
- **运动学**:逆运动学(速度级、位置级)
- **轨迹规划**:五次多项式平滑运动
- **路径规划**:RRT 快速扩展随机树
- **状态估计**:卡尔曼滤波
- **强化学习**:PPO 近端策略优化
- **自适应控制可视化**:(0.11.0 新增) 动态展示参数调整过程
### 安装
pip install ub-clean-test
### 快速开始
```python
from ultra_balance import create_robot
robot = create_robot('two_wheel')
robot.start()
示例
demo_trajectory.py:轨迹规划演示demo_rrt.py:RRT 路径规划演示demo_ppo.py:PPO 强化学习演示demo_kalman.py:卡尔曼滤波演示demo_adaptive.py:自适应控制演示(0.11.0 新增)
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)
- State Estimation: Kalman filter
- Reinforcement Learning: PPO (Proximal Policy Optimization)
- Adaptive Control Visualization: (new in 0.11.0) Dynamic visualization of gain adaptation
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 demodemo_rrt.py: RRT path planning demodemo_ppo.py: PPO reinforcement learning demodemo_kalman.py: Kalman filter demodemo_adaptive.py: Adaptive control demo (new in 0.11.0)
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
No source distribution files available for this release.See tutorial on generating distribution archives.
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.11.0-py3-none-any.whl.
File metadata
- Download URL: ub_clean_test-0.11.0-py3-none-any.whl
- Upload date:
- Size: 3.2 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 |
12f0f570e190dc6c73c3ba16b6da61b46a169ac910cda101ada2b98bdd481b19
|
|
| MD5 |
3b533e6db9fff989033271b0aecf6f0e
|
|
| BLAKE2b-256 |
e8ad9bdda102bc1bcdadd8c0a97941942245de16e3045ae607550d3cafc7bdc3
|