精简对外文档:以 README 为短入口并标明各文档用途

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
lichun.qu
2026-08-03 17:39:39 +08:00
co-authored by Cursor
parent ea06a3a523
commit 4ff176d184
7 changed files with 211 additions and 316 deletions
+14 -1
View File
@@ -1,6 +1,19 @@
# V1 标准中间数据格式
第一版流水线**不直接读** dlog / rscap。请先把数据整理成下列格式
**用途:** 标定程序读入的 CSV/NPZ 约定,以及新车 `.rscap` 如何导出。总览见根目录 [README](../README.md)
## 从原始 `.rscap` 导出
```powershell
python tools\export_rscap_to_v1.py `
--imu-rscap path\to\n300.rscap `
--lidar-rscap path\to\h32_msop.rscap `
--out path\to\session_v1 `
--frame-stride 1
```
产出:`imu.csv``lidar/`(含 `frames_index.csv`)、`export_summary.json`
时间轴为**设备时间**N300 `device_timestamp_us`→秒;H32 MSOP `device_timestamp_ms`→秒。主机接收时间不写入标定主轴。
## IMU