Commit Graph

3 Commits

Author SHA1 Message Date
Flag
85e9a4d4b0 feat(moulin-mapper): simulateur capteurs + pipeline SLAM Python (JSONL stream → trajectoire + nuage .ply)
- simulator.py: flux JSONL réaliste (Ping360 angle/dist, IMU, heading, depth, altitude) + vérité terrain
- slam.py: dead-reckoning + scan-to-map ICP 2D (cKDTree) + fermeture de boucle
- process.py: ingestion streaming ligne-par-ligne → trajectory.csv + map_2d.csv + cloud.ply
- stream_replay.py: rejoue le flux (vision streaming remote)
- SCHEMA.md: contrat format données ROV réel↔sim
- RMS dead-reckoning 0.386m → scan-matching 0.188m (2x)
2026-06-06 20:01:22 +00:00
Flag
959783dfa7 feat(moulin-mapper): section SLAM incrémental — pièce en L, recoins, fermeture de boucle 2026-06-06 19:33:30 +00:00
Flag
7171e58c4d feat(moulin-mapper): initial — démo web scan-matching Ping360 + ICP 2D 2026-06-06 19:16:42 +00:00