paper-with-me

홈 › Papers

SBAMP: Sampling Based Adaptive Motion Planning

2025-11-15 · Shreyas Raorane, Kabir Ram Puri, Anh-Quan Pham arxiv

Autonomous robots operating in dynamic environments must balance global path optimality with real-time responsiveness to disturbances. This requires addressing a fundamental trade-off between computationally expensive global planning and fast local adaptation. Sampling-based planners such as RRT* produce near-optimal paths but struggle under perturbations, while dynamical systems approaches like SEDS enable smooth reactive behavior but rely on offline data-driven optimization. We introduce Sampling-Based Adaptive Motion Planning (SBAMP), a hybrid framework that combines RRT*-based global planning with an online, Lyapunov-stable SEDS-inspired controller that requires no pre-trained data. By integrating lightweight constrained optimization into the control loop, SBAMP enables stable, real-time adaptation while preserving global path structure. Experiments in simulation and on RoboRacer hardware demonstrate robust recovery from disturbances, reliable obstacle handling, and consistent performance under dynamic conditions.

📄 PDF Abstract BibTeX arXiv:2511.12022

Code (0)

등록된 구현이 없습니다.

Tasks

Motion Planning

Similar Papers 제목 키워드 기반

Deeply Informed Neural Sampling for Robot Motion Planning

2018-09-26 · Ahmed H. Qureshi, Michael C. Yip

Sampling-based Motion Planners (SMPs) have become increasingly popular as they provide collision-free path solutions regardless of obstacle geometry in a given environment. However, their computational complexity increas…

Motion Planning

Search-Based Robot Motion Planning With Distance-Based Adaptive Motion Primitives

2025-07-01 · Benjamin Kraljusic, Zlatan Ajanovic, Nermin Covic, Bakir Lacevic arxiv

This work proposes a motion planning algorithm for robotic manipulators that combines sampling-based and search-based planning methods. The core contribution of the proposed approach is the usage of burs of free configur…

Motion Planning

Bayesian Local Sampling-based Planning

2019-09-08 · Tin Lai, Philippe Morere, Fabio Ramos, Gilad Francis

Sampling-based planning is the predominant paradigm for motion planning in robotics. Most sampling-based planners use a global random sampling scheme to guarantee probabilistic completeness. However, most schemes are oft…

Motion Planningvalid

GAIDE: Graph-based Attention Masking for Spatial- and Embodiment-aware Motion Planning

2026-03-03 · Davood Soleymanzadeh, Xiao Liang, Minghui Zheng arxiv

Sampling-based motion planning algorithms are widely used for motion planning of robotic manipulators, but they often struggle with sample inefficiency in high-dimensional configuration spaces due to their reliance on un…

Motion Planning

APT*: Asymptotically Optimal Motion Planning via Adaptively Prolated Elliptical R-Nearest Neighbors

2025-08-27 · Liding Zhang, Sicheng Wang, Kuanqi Cai, Zhenshan Bing 외 arxiv

Optimal path planning aims to determine a sequence of states from a start to a goal while accounting for planning objectives. Popular methods often integrate fixed batch sizes and neglect information on obstacles, which …

Robot ManipulationMotion Planning