SeGMan: Sequential and Guided Manipulation Planner for Robust Planning in 2D Constrained Environments
Cankut Bora Tuncer, Dilruba Sultan Haliloglu, Ozgur S. Oguz
TL;DR
SeGMan addresses robust planning for sequential manipulation in cluttered 2D environments by weaving together sampling-based planning, optimization-based trajectory optimization, and guided forward search. It introduces an adaptive subgoal selection mechanism and LOG-based heuristics to steer obstacle relocation and subgoal generation, deployed within a two-phase architecture that handles pick and place as well as obstacle removal. The approach decomposes tasks into subproblems, solves subproblems with KOMO and Bi-RRT, and uses a forest of obstacle subsets to identify minimal relocations, achieving strong robustness and efficiency across 15 maze-like scenarios. The results show SeGMan often outperforms state-of-the-art baselines in obstacle-rich settings while maintaining competitive solution quality, indicating practical impact for complex manipulation in constrained environments.
Abstract
In this paper, we present SeGMan, a hybrid motion planning framework that integrates sampling-based and optimization-based techniques with a guided forward search to address complex, constrained sequential manipulation challenges, such as pick-and-place puzzles. SeGMan incorporates an adaptive subgoal selection method that adjusts the granularity of subgoals, enhancing overall efficiency. Furthermore, proposed generalizable heuristics guide the forward search in a more targeted manner. Extensive evaluations in maze-like tasks populated with numerous objects and obstacles demonstrate that SeGMan is capable of generating not only consistent and computationally efficient manipulation plans but also outperform state-of-the-art approaches.
