paper-with-me

홈 › Papers

Efficient Hierarchical Any-Angle Path Planning on Multi-Resolution 3D Grids

2026-02-24 · Victor Reijgwart, Cesar Cadena, Roland Siegwart, Lionel Ott arxiv

Hierarchical, multi-resolution volumetric mapping approaches are widely used to represent large and complex environments as they can efficiently capture their occupancy and connectivity information. Yet widely used path planning methods such as sampling and trajectory optimization do not exploit this explicit connectivity information, and search-based methods such as A* suffer from scalability issues in large-scale high-resolution maps. In many applications, Euclidean shortest paths form the underpinning of the navigation system. For such applications, any-angle planning methods, which find optimal paths by connecting corners of obstacles with straight-line segments, provide a simple and efficient solution. In this paper, we present a method that has the optimality and completeness properties of any-angle planners while overcoming computational tractability issues common to search-based methods by exploiting multi-resolution representations. Extensive experiments on real and synthetic environments demonstrate the proposed approach's solution quality and speed, outperforming even sampling-based methods. The framework is open-sourced to allow the robotics and planning community to build on our research.

📄 PDF Abstract BibTeX arXiv:2602.21174

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Robot navigation and target capturing using nature-inspired approaches in a dynamic environment

2019-11-06 · Devansh Verma, Priyansh Saxena, Ritu Tiwari

Path Planning and target searching in a three-dimensional environment is a challenging task in the field of robotics. It is an optimization problem as the path from source to destination has to be optimal. This paper aim…

Robot Navigation

Resolving Spatial-Time Conflicts In A Set Of Any-angle Or Angle-constrained Grid Paths

2016-08-09 · Konstantin Yakovlev, Anton Andreychuk

We study the multi-agent path finding problem (MAPF) for a group of agents which are allowed to move into arbitrary directions on a 2D square grid. We focus on centralized conflict resolution for independently computed p…

Multi-Agent Path Finding

TAPE: Tether-Aware Path Planning for Autonomous Exploration of Unknown 3D Cavities Using a Tangle-Compatible Tethered Aerial Robot

2026-06-29 · Louis Petit, Alexis Lussier Desbiens arxiv

This letter presents the first method for autonomous exploration of unknown cavities in three dimensions (3D) that focuses on minimizing the distance traveled and the length of tether unwound. Considering that the tether…

Hierarchical disentangled representation learning for singing voice conversion

2021-01-18 · Naoya Takahashi, Mayank Kumar Singh, Yuki Mitsufuji

Conventional singing voice conversion (SVC) methods often suffer from operating in high-resolution audio owing to a high dimensionality of data. In this paper, we propose a hierarchical representation learning that enabl…

Representation LearningVoice Conversion

Grid-based angle-constrained path planning

2015-06-05 · Konstantin Yakovlev, Egor Baskin, Ivan Hramoin

Square grids are commonly used in robotics and game development as spatial models and well known in AI community heuristic search algorithms (such as A*, JPS, Theta* etc.) are widely used for path planning on grids. A lo…

Heuristic Search