Commit Graph

4 Commits

Author SHA1 Message Date
Yuzviak d95cd8d117 docs: record PR #9 results — ESKF ATE 0.20 m baseline on EuRoC MH_01
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-18 15:05:13 +03:00
Yuzviak 2ccd7be6fb docs: record 2026-04-18 session findings across all doc surfaces
- next_steps.md: chronology entry for PRs #4-6 — trace harness, VO-only
  diagnostic (ORB 100% on EuRoC), harness ORB fix (vo_success 0→99/100);
  decision note on Mock vs ORB backend; next-step: ESKF init with synthetic
  GPS origin
- README.md adapters table: update EuRoC status to reflect new vo_success
  baseline

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-18 14:44:49 +03:00
Yuzviak 1bf8b2a684 docs: record EuRoC MH_01 real-run baseline across all doc surfaces
Updates README, testing/README, next_steps.md, and ADR 0001 with the
first real EuRoC MH_01 e2e run (100 frames, ~30s wall-time, ATE RMSE
~10.9 km → xfail). Places the EuRoC result alongside the prior VPAIR
baseline (~1770 km) so future-reader can see both failure modes at a
glance:

- VPAIR diverges because no raw IMU → ESKF never engages
- EuRoC diverges because indoor scene has no satellite anchor, so
  VO+ESKF drift without an external correction

Also records the branching policy (rename ``euroc_mh01`` →
``euroc_machine_hall``; empty URL due to DSpace UI gate; manual
fetch via DOI 10.3929/ethz-b-000690084).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-17 17:52:06 +03:00
Yuzviak be7eb338c1 docs(testing): add architecture guide for the e2e harness subpackage
Explains the DatasetAdapter contract (name/capabilities/iter_*),
capability-flag semantics (has_raw_imu, has_rtk_gt, platform_class),
the recipe for adding a new adapter (fabricated fixture → adapter →
conftest fixture → integration test → registry SHA256), and the
current state of each shipped adapter including the VPAIR ~1770 km
ATE real-run baseline. Lives next to the code so it stays in sync.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-17 13:55:17 +03:00