让机器人在未知环境中识别可移动障碍物并自动避障重规划。
Adaptive Cost-Map-based Path Planning in Partially Unknown Environments with Movable Obstacles
- 基于激光雷达和里程计动态标记可移动障碍物,降低其路径代价。
- 通过速度监测判断机器人是否被阻挡,实时调整障碍物代价等级。
- 轻量级设计适合救援机器人,可无缝集成到ROS2导航系统中。
在灾难响应等非结构化室内环境中,可靠导航不仅需避开障碍物,还需识别哪些障碍可推动移开。本文提出一种基于激光雷达与里程计的自适应路径规划框架,嵌入ROS2 Nav2导航栈。新增的可移动障碍物层将未在先前静态地图中出现的激光雷达回波标记为暂可移动,并赋予较低通行代价;配套的慢速位姿检查器监控命令速度与实际速度的比率;当机器人明显减速时,局部代价由轻升至重,停滞则升至致命,触发全局规划器回退并重新规划路径。在Gazebo仿真中对Scout Mini机器人进行测试,涵盖孤立物体与杂乱走廊场景,相较于无该层的基线方法,达成目标率更高、死锁更少,且通行时间基本相当。该方法仅依赖平面扫描和CPU计算,适用于资源受限的搜救机器人,并能以最少工程改造集成至异构平台。总体表明,交互感知的成本图是一种轻量、原生支持ROS2的扩展,适用于部分结构化环境中的可移动障碍物导航。完整实现将开源发布于https://costmap-namo.github.io。
原文摘要 · Abstract (English)
Reliable navigation in disaster-response and other unstructured indoor settings requires robots not only to avoid obstacles but also to recognise when those obstacles can be pushed aside. We present an adaptive, LiDAR and odometry-based path-planning framework that embeds this capability into the ROS2 Nav2 stack. A new Movable Obstacles Layer labels all LiDAR returns missing from a prior static map as tentatively movable and assigns a reduced traversal cost. A companion Slow-Pose Progress Checker monitors the ratio of commanded to actual velocity; when the robot slows appreciably, the local cost is raised from light to heavy, and on a stall to lethal, prompting the global planner to back out and re-route. Gazebo evaluations on a Scout Mini, spanning isolated objects and cluttered corridors, show higher goal-reach rates and fewer deadlocks than a no-layer baseline, with traversal times broadly comparable. Because the method relies only on planar scans and CPU-level computation, it suits resource-constrained search and rescue robots and integrates into heterogeneous platforms with minimal engineering. Overall, the results indicate that interaction-aware cost maps are a lightweight, ROS2-native extension for navigating among potentially movable obstacles in unstructured settings. The full implementation will be released as open source athttps://costmap-namo.github.io.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。