🤖 AI Summary
To address collision-free navigation for autonomous mobile robots in complex environments, this paper proposes a navigation framework integrating structured environmental representation with model predictive control (MPC). The method first adaptively partitions the occupancy map using a quadtree to extract axis-aligned safe regions; a connectivity graph is then constructed to generate an initial path, which is subsequently smoothed via B-spline interpolation. Crucially, these safe regions are directly encoded as linear constraints in the MPC optimization—eliminating the need for explicit obstacle modeling. This enables tight coupling between path planning and motion control, achieving joint optimization of safety and computational efficiency. Experimental results demonstrate that the approach ensures stable, real-time, collision-free navigation across diverse high-density and unstructured scenarios, consistently outperforming state-of-the-art baseline methods in both robustness and runtime performance.
📝 Abstract
This paper presents an integrated navigation framework for Autonomous Mobile Robots (AMRs) that unifies environment representation, trajectory generation, and Model Predictive Control (MPC). The proposed approach incorporates a quadtree-based method to generate structured, axis-aligned collision-free regions from occupancy maps. These regions serve as both a basis for developing safe corridors and as linear constraints within the MPC formulation, enabling efficient and reliable navigation without requiring direct obstacle encoding. The complete pipeline combines safe-area extraction, connectivity graph construction, trajectory generation, and B-spline smoothing into one coherent system. Experimental results demonstrate consistent success and superior performance compared to baseline approaches across complex environments.