-
Notifications
You must be signed in to change notification settings - Fork 12
Quick Start
JokerJohn edited this page Apr 19, 2026
·
6 revisions
cd ~/my_git/Mannual-Loop-Closure-Tools
make venv
source .venv/bin/activate
python launch_gui.py --session-root /path/to/mapping_sessionFor normal usage, the Python backend is the default path.
默认情况下,工具优先使用 Python backend。
Your session should already contain:
你的 session 通常需要已经包含:
pose_graph.g2ooptimized_poses_tum.txtkey_point_frame/*.pcd
-
Load a session.
-
Inspect the trajectory.
-
Pick node pairs or an existing loop edge.
-
Preview source and target clouds.
-
Run GICP.
-
Add / replace / disable graph changes.
-
Optimize the working graph.
-
Export the final result.
-
加载 session。
-
检查轨迹。
-
选择节点对或已有闭环边。
-
预览 source 和 target 点云。
-
运行 GICP。
-
新增 / 替换 / 禁用图改动。
-
优化 working graph。
-
导出最终结果。
Manual Loop Closure Tools · Repository · README · MS-Mapping