Multi Graph Search for High-Dimensional Robot Motion Planning
AI 摘要
提出一种名为多图搜索(MGS)的运动规划算法,适用于高维机器人系统。
主要贡献
- 提出了多图搜索(MGS)算法
- 证明了MGS的完备性和有界次优性
- 在操纵和移动操纵任务中验证了MGS的有效性
方法论
MGS维护并增量扩展多个隐式图,集中探索高潜力区域,并通过可行转换合并子图。
原文摘要
Efficient motion planning for high-dimensional robotic systems, such as manipulators and mobile manipulators, is critical for real-time operation and reliable deployment. Although advances in planning algorithms have enhanced scalability to high-dimensional state spaces, these improvements often come at the cost of generating unpredictable, inconsistent motions or requiring excessive computational resources and memory. In this work, we introduce Multi-Graph Search (MGS), a search-based motion planning algorithm that generalizes classical unidirectional and bidirectional search to a multi-graph setting. MGS maintains and incrementally expands multiple implicit graphs over the state space, focusing exploration on high-potential regions while allowing initially disconnected subgraphs to be merged through feasible transitions as the search progresses. We prove that MGS is complete and bounded-suboptimal, and empirically demonstrate its effectiveness on a range of manipulation and mobile manipulation tasks. Demonstrations, benchmarks and code are available at https://multi-graph-search.github.io/.