同步KDL工程源码到云仓库

This commit is contained in:
wangdequan
2026-06-27 08:45:38 -04:00
parent 93d8ede54b
commit 95c684fc4d
93 changed files with 25712 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
flowchart TD
A[GRL Parser] -->|语法错误| D[Diagnostic]
B[Semantic Analyzer] -->|类型/单位/引用/IO/后处理错误| D
C[KDL WASM] -->|IK/限位/奇异/轨迹错误| D
E[Post Processor] -->|不支持或近似转换| D
D --> F{severity}
F -->|error| G[阻止编译或进入 alarm/hold]
F -->|warning| H[允许继续但写入报告]
F -->|info| I[写入 trace 或调试信息]
D --> J[sourceMap]
J --> J1[GRL file/line/column]
J --> J2[pathId/pathPointId]
J --> J3[operationId]
J --> J4[brandSource]