arXiv:2509.06061cs.ROcs.DB2025-09

解决机器人在不平地形上多点取物的节能路径规划问题

Energy-Efficient Path Planning with Multi-Location Object Pickup for Mobile Robots on Uneven Terrain

  • 提出并发搜索机制,同时处理多个取物点的能耗路径计算
  • 实测在真实数据集上速度提升10到100倍,接近最优解
  • 构建带载重约束的路径数据库,显著降低搜索复杂度

自主移动机器人依赖电池供电,能源效率在户外不平地形中尤为关键。现有研究多聚焦于起点到终点的节能路径规划,但常忽略途中取物这一实际场景——取物导致负载变化,显著影响能耗。本文提出物体取货最小能耗路径问题(OMEPP),旨在为需从多个候选位置取物并送达终点的机器人规划节能路径。首先设计基于Z星算法的基准方案,逐个访问各取物点,虽保证最优但计算开销大。为此,提出并发PCPD搜索策略,同时管理所有取物点的Z星搜索。核心是载重约束路径数据库(PCPD),在压缩路径数据库基础上引入负载约束,有效降低搜索分支因子。实验表明,尽管结果略有次优,但在真实数据集上仍实现近最优性能,且相较基准算法提速1至2个数量级。

原文摘要 · Abstract (English)

Autonomous Mobile Robots (AMRs) operate on battery power, making energy efficiency a critical consideration, particularly in outdoor environments where terrain variations affect energy consumption. While prior research has primarily focused on computing energy-efficient paths from a source to a destination, these approaches often overlook practical scenarios where a robot needs to pick up an object en route - an action that can significantly impact energy consumption due to changes in payload. This paper introduces the Object-Pickup Minimum Energy Path Problem (OMEPP), which addresses energy-efficient route planning for AMRs required to pick up an object from one of many possible locations and deliver it to a destination. To address OMEPP, we first introduce a baseline algorithm that employs the Z star algorithm, a variant of A star tailored for energy-efficient routing, to iteratively visit each pickup point. While this approach guarantees optimality, it suffers from high computational cost due to repeated searches at each pickup location. To mitigate this inefficiency, we propose a concurrent PCPD search that manages multiple Z star searches simultaneously across all pickup points. Central to our solution is the Payload-Constrained Path Database (PCPD), an extension of the Compressed Path Database (CPD) that incorporates payload constraints. We demonstrate that PCPD significantly reduces branching factors during search, improving overall performance. Although the concurrent PCPD search may produce slightly suboptimal solutions, extensive experiments on real-world datasets show it achieves near-optimal performance while being one to two orders of magnitude faster than the baseline algorithm.

路径规划节能算法移动机器人

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。