支持 H32 DLogCapture(MSOP+DIFOP)导出到 V1 中间格式

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
lichun.qu
2026-08-05 08:58:31 +08:00
co-authored by Cursor
parent 4ff176d184
commit 30f7e66db3
14 changed files with 993 additions and 43 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ lidar_session/
frames/frame_XXXXX.npz # points: (N,3) 米
```
原始 `.rscap` 用仓库工具导出:`python tools/export_rscap_to_v1.py ...`(见 [`docs/V1_数据格式.md`](../docs/V1_数据格式.md))。
原始 N300 `.rscap` + H32 dlog(或旧 MSOP `.rscap`用仓库工具导出:`python tools/export_rscap_to_v1.py ...`(见 [`docs/V1_数据格式.md`](../docs/V1_数据格式.md))。
---