Skip to content

Quick Start

JokerJohn edited this page Apr 19, 2026 · 6 revisions

Quick Start

Recommended Path | 推荐路径

cd ~/my_git/Mannual-Loop-Closure-Tools
make venv
source .venv/bin/activate
python launch_gui.py --session-root /path/to/mapping_session

For normal usage, the Python backend is the default path.

默认情况下,工具优先使用 Python backend。

Minimum Input | 最小输入

Your session should already contain:

你的 session 通常需要已经包含:

  • pose_graph.g2o
  • optimized_poses_tum.txt
  • key_point_frame/*.pcd

Typical Flow | 典型流程

  1. Load a session.

  2. Inspect the trajectory.

  3. Pick node pairs or an existing loop edge.

  4. Preview source and target clouds.

  5. Run GICP.

  6. Add / replace / disable graph changes.

  7. Optimize the working graph.

  8. Export the final result.

  9. 加载 session。

  10. 检查轨迹。

  11. 选择节点对或已有闭环边。

  12. 预览 source 和 target 点云。

  13. 运行 GICP。

  14. 新增 / 替换 / 禁用图改动。

  15. 优化 working graph。

  16. 导出最终结果。

Helpful Links | 快速链接

Clone this wiki locally