-
Notifications
You must be signed in to change notification settings - Fork 12
Quick Start zh
JokerJohn edited this page Apr 20, 2026
·
5 revisions
cd ~/my_git/Mannual-Loop-Closure-Tools
make venv
source .venv/bin/activate
python launch_gui.py --session-root /path/to/mapping_session默认情况下,工具优先使用 Python backend。
你的 session 通常需要已经包含:
pose_graph.g2ooptimized_poses_tum.txtkey_point_frame/*.pcd
- 加载 session。
- 检查轨迹。
- 选择节点对或已有闭环边。
- 预览 source 和 target 点云。
- 运行 GICP。
- 新增 / 替换 / 禁用图改动。
- 优化 working graph。
- 导出最终结果。
Manual Loop Closure Tools · Repository · README · MS-Mapping