paper-with-me

홈 › Papers

SCRAMPPI: Efficient Contingency Planning for Mobile Robot Navigation via Hamilton-Jacobi Reachability

2026-03-27 · Raj Harshit Srirangam, Leonard Jung, Rohith Poola, Michael Everett arxiv

Autonomous robots commonly aim to complete a nominal behavior while minimizing a cost; this leaves them vulnerable to failure or unplanned scenarios, where a backup or contingency plan to a safe set is needed to avoid a total mission failure. This is formalized as a trajectory optimization problem over the nominal cost with a safety constraint: from any point along the nominal plan, a feasible trajectory to a designated safe set must exist. Previous methods either relax this hard constraint, or use an expensive sampling-based strategy to optimize for this constraint. Instead, we formalize this requirement as a reach-avoid problem and leverage Hamilton-Jacobi (HJ) reachability analysis to certify contingency feasibility. By computing the value function of our safe-set's backward reachable set online as the environment is revealed and integrating it with a sampling based planner (MPPI) via resampling based rollouts, we guarantee satisfaction of the hard constraint while greatly increasing sampling efficiency. Finally, we present simulated and hardware experiments demonstrating our algorithm generating nominal and contingency plans in real time on a mobile robot in an adversarial evasion task.

📄 PDF Abstract BibTeX arXiv:2603.26995

Code (0)

등록된 구현이 없습니다.

Tasks

Robot Navigation

Similar Papers 제목 키워드 기반

Learning a Terrain- and Robot-Aware Dynamics Model for Autonomous Mobile Robot Navigation

2024-09-17 · Jan Achterhold, Suresh Guttikonda, Jens U. Kreber, Haolong Li 외

Mobile robots should be capable of planning cost-efficient paths for autonomous navigation. Typically, the terrain and robot properties are subject to variations. For instance, properties of the terrain such as friction …

Autonomous NavigationFrictionMeta-LearningModel Predictive Control+1

Understanding Path Planning Explanations

2023-11-13 · Amar Halilovic, Senka Krivic

Navigation is a must-have skill for any mobile robot. A core challenge in navigation is the need to account for an ample number of possible configurations of environment and navigation contexts. We claim that a mobile ro…

Learning-Based Navigation for Indoor Mobile Robots

2026-05-28 · Tri-Tin Nguyen, Tien-Dat Nguyen, Gia-Uy Le, Vinh Nguyen 외 arxiv

This paper presents a learning-based navigation framework for indoor mobile robots. The proposed method combines a supervised neural global planner, trained from cost-aware A* expert trajectories, with the proposed Learn…

Robot Navigation

Contingency-Aware Planning via Certified Neural Hamilton-Jacobi Reachability

2026-03-17 · Kasidit Muenprasitivej, Derya Aksaray arxiv

Hamilton-Jacobi (HJ) reachability provides formal safety guarantees for dynamical systems, but solving high-dimensional HJ partial differential equations limits its use in real-time planning. This paper presents a contin…

Mobile Robot Navigation Using Hand-Drawn Maps: A Vision Language Model Approach

2025-01-31 · Aaron Hao Tan, Angus Fung, Haitong Wang, Goldie Nejat

Hand-drawn maps can be used to convey navigation instructions between humans and robots in a natural and efficient manner. However, these maps can often contain inaccuracies such as scale distortions and missing landmark…

Language ModelingLanguage ModellingRobot Navigation