ROAIOct 24, 2024

Search-Based Path Planning in Interactive Environments among Movable Obstacles

arXiv:2410.18333v22 citationsh-index: 5ICRA
Originality Incremental advance
AI Analysis

This addresses the problem of efficient and reliable robot navigation in cluttered environments with movable objects, representing an incremental improvement in planning algorithms.

The paper tackles path planning among movable obstacles (PAMO) by developing PAMO*, a method that guarantees completeness and optimality while efficiently searching a reduced state space, achieving optimal solutions within a second in cluttered maps with up to 400 objects.

This paper investigates Path planning Among Movable Obstacles (PAMO), which seeks a minimum cost collision-free path among static obstacles from start to goal while allowing the robot to push away movable obstacles (i.e., objects) along its path when needed. To develop planners that are complete and optimal for PAMO, the planner has to search a giant state space involving both the location of the robot as well as the locations of the objects, which grows exponentially with respect to the number of objects. This paper leverages a simple yet under-explored idea that, only a small fraction of this giant state space needs to be searched during planning as guided by a heuristic, and most of the objects far away from the robot are intact, which thus leads to runtime efficient algorithms. Based on this idea, this paper introduces two PAMO formulations, i.e., bi-objective and resource constrained problems in an occupancy grid, and develops PAMO*, a planning method with completeness and solution optimality guarantees, to solve the two problems. We then further extend PAMO* to hybrid-state PAMO* to plan in continuous spaces with high-fidelity interaction between the robot and the objects. Our results show that, PAMO* can often find optimal solutions within a second in cluttered maps with up to 400 objects.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes