Research doc (2026-04-18 OSS stack audit) flagged NumPy 2.0 as silently
breaking GTSAM Python bindings (issue #2264). Pin numpy>=1.26,<2.0 and
constrain opencv-python-headless<4.11 (knock-on: 4.11+ requires numpy≥2).
Verified after downgrade:
- 196 passed / 8 skipped unit/component
- EuRoC MH_01 e2e PASS (no regression on 0.205m ESKF ATE baseline)
Plan updates in next_steps.md §5:
- cuVSLAM strategy clarified: Mono-Depth (barometer as synthetic depth),
not Mono-Inertial (needs stereo hardware we don't have)
- DINOv2-VLAD (AnyLoc) for GPR + FP16 TRT (INT8 broken for ViT on Jetson)
- GTSAM: documented that 4.2 stable is not on PyPI (only 4.3a0), so
deferred to post-sprint-1 ESKF-only path stays the right call
- VPAIR xfail root cause: no raw IMU + mock satellite index (verified
with scale=1.0 and scale=45.0 runs — ATE stays at ~1236m ESKF /
~1770km GPS regardless of scale)
- Flight controller H743 vs F405 check flagged as critical blocker
README "next steps" section rewritten to match the research-aligned plan.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Replace stale ATE ~10.9 km numbers with current baseline table (MH_01-05
all PASS with strict-assert, ESKF ATE 0.007–0.205 m). Add "next steps"
section split into dev-pipeline vs on-device work.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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>
Record first real e2e run on VPAIR sample (fixed-wing, 300-400 m
nadir): pipeline completes, ATE RMSE ~1770 km → xfail. VO without
IMU/satellite anchoring diverges on fixed-wing. Covered by xfail
branch; expected to flip to strict assert after VO+GPR tuning for
high-altitude nadir imagery.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>