paper-with-me

Papers

A cell-decomposition based path planner for 3D navigation in constrained workspaces

2026-05-11 · João P. L. Morais, Luciano C. A. Pimenta, Marcelo A. Santos, Guilherme V. Raffo arxiv

This paper proposes a cell decomposition algorithm for binary occupancy grids that ensures mutual complete visibility from each cell to at least one adjacent cell. This decomposition establishes a simplified framework for verifying path feasibility that can be easily embedded in optimization problems. To illustrate its utility, we formulate both second-order cone programs (SOCP) and their mixed-integer variant (MISOCP) within the proposed framework. Furthermore, we propose the KSP-SOCP method, which combines Yen's k-shortest path algorithm with the SOCP, achieving improved solutions compared to a standard SOCP approach while avoiding the computational burden of MISOCP. The cell decomposition algorithm, KSP-SOCP, and MISOCP approaches were evaluated in 9 city-like workspaces. The decomposition efficiently partitioned each map, enabling both optimization methods to compute feasible paths. The proposed KSP-SOCP achieved time performance comparable to the MISOCP while requiring less memory, making it highly suitable for large-scale problems.

📄 PDF Abstract BibTeX arXiv:2605.10086

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

GNN-DIP: Neural Corridor Selection for Decomposition-Based Motion Planning

2026-03-12 · Peng Xie, Yanlinag Huang, Wenyuan Wu, Amr Alanwar arxiv

Motion planning through narrow passages remains a core challenge: sampling-based planners rarely place samples inside these narrow but critical regions, and even when samples land inside a passage, the straight-line conn…

Graph Neural NetworkMotion Planning

RAVEN: Reinforcement-Adaptive Visibility-Graph Planning for Robust Humanoid Navigation with Collision-Free MPC

2026-07-17 · Ruochen Hou, Shiqi Wang, Beom Jun Kim, Hanzhang Fang 외 arxiv

Humanoid navigation in dynamic environments requires long-horizon planning while respecting short-horizon dynamic and safety constraints. Classical visibility-graph planners combined with model predictive control (MPC) c…

Hierarchical Reinforcement Learning

POA: Passable Obstacles Aware Path-planning Algorithm for Navigation of a Two-wheeled Robot in Highly Cluttered Environments

2023-07-16 · Alexander Petrovsky, Yomna Youssef, Kirill Myasoedov, Artem Timoshenko 외

This paper focuses on Passable Obstacles Aware (POA) planner - a novel navigation method for two-wheeled robots in a highly cluttered environment. The navigation algorithm detects and classifies objects to distinguish tw…

Adaptive Dynamics Planning for Robot Navigation

2025-10-06 · Yuanjie Lu, Mingyang Mao, Tong Xu, Linji Wang 외 arxiv

Autonomous robot navigation systems often rely on hierarchical planning, where global planners compute collision-free paths without considering dynamics, and local planners enforce dynamics constraints to produce executa…

Reinforcement LearningRobot Navigation

FM-Planner: Foundation Model Guided Path Planning for Autonomous Drone Navigation

2025-05-27 · Jiaping Xiao, Cheng Wen Tsao, Yuhang Zhang, Mir Feroskhan

Path planning is a critical component in autonomous drone operations, enabling safe and efficient navigation through complex environments. Recent advances in foundation models, particularly large language models (LLMs) a…

BenchmarkingDecision MakingDrone navigation