Files

16 lines
541 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 项目文档
本目录用于保存 16DOF 轮足项目自身的技术文档和使用说明。
当前文档结构:
```text
01_doc/
├─ architecture/
│ └─ early_software_stack.md # 第一代训练—仿真—真机闭环
├─ training_evolution.md # v0.4v0.6 训练架构演进
└─ version_history.md # 全项目 Tag 与里程碑
```
具体运行说明放在对应工程目录内,避免在顶层重复并逐渐失真:训练见 `05_software/train/rc_mjlab/`,真机部署见 `05_software/real/`