用神经网络动态引导机器人在复杂环境中的路径规划。
NAMR-RRT: Neural Adaptive Motion Planning for Mobile Robots in Dynamic Environments
- 通过神经网络生成动态启发区域,实时调整搜索方向和采样率。
- 相比固定启发区域的方法,规划效率提升显著,轨迹更短且成功率更高。
- 适合需要快速响应动态障碍物的移动机器人应用。
机器人越来越多地部署在城市区域和商场等动态拥挤环境中,高效可靠的导航至关重要。传统基于风险的路径规划算法在这些场景中因缺乏明确定义的搜索区域,导致在无关区域进行低效探索。尽管双向或多向搜索策略能提升效率,仍存在大量不必要的探索。本文提出神经自适应多方向风险型快速扩展随机树(NAMR-RRT),通过神经网络生成的启发区域动态引导探索过程,并在规划过程中持续优化启发区域与采样率。该自适应特性显著优于具有固定启发区域和采样率的神经基方法。NAMR-RRT提升了规划效率,缩短了轨迹长度,并提高了成功率,使搜索聚焦于有前景区域并持续适应环境变化。仿真与真实场景实验结果均证明了该方法在动态环境导航中的鲁棒性与有效性。相关网站:https://sites.google.com/view/namr-rrt。
原文摘要 · Abstract (English)
Robots are increasingly deployed in dynamic and crowded environments, such as urban areas and shopping malls, where efficient and robust navigation is crucial. Traditional risk-based motion planning algorithms face challenges in such scenarios due to the lack of a well-defined search region, leading to inefficient exploration in irrelevant areas. While bi-directional and multi-directional search strategies can improve efficiency, they still result in significant unnecessary exploration. This article introduces the Neural Adaptive Multi-directional Risk-based Rapidly-exploring Random Tree (NAMR-RRT) to address these limitations. NAMR-RRT integrates neural network-generated heuristic regions to dynamically guide the exploration process, continuously refining the heuristic region and sampling rates during the planning process. This adaptive feature significantly enhances performance compared to neural-based methods with fixed heuristic regions and sampling rates. NAMR-RRT improves planning efficiency, reduces trajectory length, and ensures higher success by focusing the search on promising areas and continuously adjusting to environments. The experiment results from both simulations and real-world applications demonstrate the robustness and effectiveness of our proposed method in navigating dynamic environments. A website about this work is available at https://sites.google.com/view/namr-rrt.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。