支持 H32 DLogCapture(MSOP+DIFOP)站导出到 combined

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
lichun.qu
2026-08-05 10:17:23 +08:00
co-authored by Cursor
parent b2271d05ba
commit 69bb44bccd
15 changed files with 1168 additions and 105 deletions
+4 -4
View File
@@ -45,20 +45,20 @@ python -m pip install -r requirements.txt
### 3.1 目录结构
**新车(默认)**:每站一段 H32 雷达 `.rscap`RTK/IMU 全程各一条:
**新车(默认)**:每站一段 H32 雷达 dlog`RSLidarH32_3D_DLogCaptureNet48`,含 raw MSOP/DIFOPRTK/IMU 全程各一条 `.rscap`
```text
raw_dataset/
├── stations/
│ ├── 001/h32.rscap
│ ├── 002/h32.rscap
│ ├── 001/ # dobject/ + dobject_recording/
│ ├── 002/
│ └── ...
└── captures/
├── rtk.rscap # G90#PVTSLNA 位置 + #UNIHEADINGA 航向
└── imu.rscap # N300;仅关联保存,不参与外参求解
```
旧车 dlog 布局(`dobject/` + `dobject_recording/`)仍可被导出脚本识别关联时间请用 `-TimeBasis host`
仍兼容旧站 `h32.rscap`。仅含已解码点云、无 raw MSOP 的旧 dlog 仍可识别关联时间请用 `-TimeBasis host`
### 3.2 采集要求