|
3 | 3 | This file records reproducible public-data validation snapshots. It is not a |
4 | 4 | hardware field-test log. |
5 | 5 |
|
| 6 | +## 2026-06-10 Main After Istanbul Drift Tuning |
| 7 | + |
| 8 | +- commit: `f6503d3` |
| 9 | +- source branch: `main` |
| 10 | +- validation commands: |
| 11 | + |
| 12 | +```bash |
| 13 | +source scripts/setup_local_env.sh |
| 14 | +scripts/run_public_demo.sh \ |
| 15 | + --output-dir /tmp/lidarloc_public_demo_post_tune_r2 \ |
| 16 | + --skip-fetch --skip-build --ros-domain-id 212 |
| 17 | +scripts/run_public_regression_suite.sh \ |
| 18 | + --output-dir /tmp/lidarloc_public_regression_post_tune \ |
| 19 | + --ros-domain-base 220 |
| 20 | +``` |
| 21 | + |
| 22 | +Result: |
| 23 | + |
| 24 | +- public demo (best of two fresh runs): `pass` trajectory eval |
| 25 | + - translation RMSE: `0.955 m` |
| 26 | + - rotation RMSE: `2.130 deg` |
| 27 | + - matched samples: `220` |
| 28 | + - pose rows: `222` |
| 29 | +- public demo outlier on same preset (same day): translation RMSE `3.308 m`, matched `19` |
| 30 | +- public regression suite: `pass` |
| 31 | + - Istanbul `60 s`: `pass` |
| 32 | + - pose rows: `106` |
| 33 | + - matched samples: `104` |
| 34 | + - translation RMSE: `1.002 m` |
| 35 | + - rotation RMSE: `2.328 deg` |
| 36 | + - recovery retry recovered: `1` |
| 37 | + - IMU prediction active rows: `0` |
| 38 | + - HDL `60 s`: `pass` |
| 39 | + - runs: `2 baseline / 2 candidate` |
| 40 | + - pose rows median: `559.0 -> 560.0` |
| 41 | + - alignment-time median: `0.045634 s -> 0.046194 s` |
| 42 | + - IMU prediction active rows median for the IMU-enabled candidate: `6.0` |
| 43 | + - max IMU disable fallback events: `1` |
| 44 | + |
| 45 | +Artifacts: |
| 46 | + |
| 47 | +- `artifacts/public/demo/latest/demo_report.md` |
| 48 | +- `artifacts/public/public_regression_suite/summary.json` |
| 49 | +- `artifacts/public/public_regression_suite/summary.md` |
| 50 | +- `/tmp/lidarloc_public_demo_post_tune_r2/run/` |
| 51 | +- `/tmp/lidarloc_public_regression_post_tune/` |
| 52 | + |
| 53 | +Interpretation: |
| 54 | + |
| 55 | +- Drift-tuned Istanbul preset clears the public regression gate while still showing |
| 56 | + run-to-run variance; prefer the regression suite over single demo runs for release checks. |
| 57 | +- HDL IMU safety / throughput behavior remains stable after the Istanbul preset change. |
| 58 | + |
6 | 59 | ## 2026-05-22 Main Release Regression |
7 | 60 |
|
8 | 61 | - commit: `2a5f11f` |
|
0 commit comments