paper-with-me

Papers

Obstacle Aware Sampling for Path Planning

2022-03-08 · Murad Tukan, Alaa Maalouf, Dan Feldman, Roi Poranne

Many path planning algorithms are based on sampling the state space. While this approach is very simple, it can become costly when the obstacles are unknown, since samples hitting these obstacles are wasted. The goal of this paper is to efficiently identify obstacles in a map and remove them from the sampling space. To this end, we propose a pre-processing algorithm for space exploration that enables more efficient sampling. We show that it can boost the performance of other space sampling methods and path planners. Our approach is based on the fact that a convex obstacle can be approximated provably well by its minimum volume enclosing ellipsoid (MVEE), and a non-convex obstacle may be partitioned into convex shapes. Our main contribution is an algorithm that strategically finds a small sample, called the \emph{active-coreset}, that adaptively samples the space via membership-oracle such that the MVEE of the coreset approximates the MVEE of the obstacle. Experimental results confirm the effectiveness of our approach across multiple planners based on Rapidly-exploring random trees, showing significant improvement in terms of time and path length.

📄 PDF Abstract BibTeX arXiv:2203.04075

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

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…

Towards Fully Environment-Aware UAVs: Real-Time Path Planning with Online 3D Wind Field Prediction in Complex Terrain

2017-12-10 · Philipp Oettershagen, Florian Achermann, Benjamin Müller, Daniel Schneider 외

Today, low-altitude fixed-wing Unmanned Aerial Vehicles (UAVs) are largely limited to primitively follow user-defined waypoints. To allow fully-autonomous remote missions in complex environments, real-time environment-aw…

Motion Planning

Energy Aware and Safe Path Planning for Unmanned Aircraft Systems

2025-04-04 · Sebastian Gasche, Christian Kallies, Andreas Himmel, Rolf Findeisen

This paper proposes a path planning algorithm for multi-agent unmanned aircraft systems (UASs) to autonomously cover a search area, while considering obstacle avoidance, as well as the capabilities and energy consumption…

Model Predictive Control

Safe and Efficient Path Planning under Uncertainty via Deep Collision Probability Fields

2024-09-06 · Felix Herrmann, Sebastian Zach, Jacopo Banfi, Jan Peters 외

Estimating collision probabilities between robots and environmental obstacles or other moving agents is crucial to ensure safety during path planning. This is an important building block of modern planning algorithms in …

Autonomous Driving

Adaptive Obstacle-Aware Task Assignment and Planning for Heterogeneous Robot Teaming

2025-10-15 · Nan Li, Jiming Ren, Haris Miller, Samuel Coogan 외 arxiv

Multi-Agent Task Assignment and Planning (MATP) has attracted growing attention but remains challenging in terms of scalability, spatial reasoning, and adaptability in obstacle-rich environments. To address these challen…

Spatial Reasoning