docs: 过弯检测精度说明 - 工程对比数据修正为1-50mm/9个数量级

This commit is contained in:
tian 2026-07-31 15:52:25 +08:00
parent 745f4c50e9
commit 3aec23139f
2 changed files with 1 additions and 1 deletions

View File

@ -202,7 +202,7 @@ $$
| **算法** | 三分搜索80 次迭代,单峰函数保证全局收敛 |
| **θ 精度** | $6 \times 10^{-15}$ rad |
| **L 精度** | 受限于 double 浮点格式,优于 $10^{-12}$ m |
| **工程对比** | 普通物流通道施工容差 10mm算法精度 **高出 8 个数量级** |
| **工程对比** | 物流通道施工容差 1-50mm算法精度 **高出 9 个数量级** |
| **验证方式** | 解析临界方程牛顿法对比 + 回归测试 + 自洽性检验 |
---