用骨架拓扑图提升机器人在未知环境中的探索效率
A Skeleton-Based Topological Planner for Exploration in Complex Unknown Environments
- 基于波前传播的增量式骨架提取,构建轻量拓扑图
- 拓扑结构减少重复路径,实验显示比现有方法更高效
- 适合复杂环境下的机器人自主探索,计算开销低
在复杂未知环境中实现自主探索对众多机器人应用至关重要。尽管近期研究取得了显著进展,但现有方法仍存在依赖贪婪启发式或最优路径规划导致重复路径及高计算开销的问题。为此,本文提出一种新探索框架,利用环境全局拓扑信息提升探索效率并降低计算负担。具体而言,通过波前传播的增量式骨架提取方法,构建轻量级拓扑图以有效捕捉环境结构特征。在此基础上,设计有限状态机,利用拓扑结构高效规划全覆盖路径,显著缓解来回移动(BFMs)问题。实验结果表明,该方法在性能上优于当前最优方法。源代码将公开于:https://github.com/Haochen-Niu/STGPlanner。
原文摘要 · Abstract (English)
The capability of autonomous exploration in complex, unknown environments is important in many robotic applications. While recent research on autonomous exploration have achieved much progress, there are still limitations, e.g., existing methods relying on greedy heuristics or optimal path planning are often hindered by repetitive paths and high computational demands. To address such limitations, we propose a novel exploration framework that utilizes the global topology information of observed environment to improve exploration efficiency while reducing computational overhead. Specifically, global information is utilized based on a skeletal topological graph representation of the environment geometry. We first propose an incremental skeleton extraction method based on wavefront propagation, based on which we then design an approach to generate a lightweight topological graph that can effectively capture the environment's structural characteristics. Building upon this, we introduce a finite state machine that leverages the topological structure to efficiently plan coverage paths, which can substantially mitigate the back-and-forth maneuvers (BFMs) problem. Experimental results demonstrate the superiority of our method in comparison with state-of-the-art methods. The source code will be made publicly available at: https://github.com/Haochen-Niu/STGPlanner.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。