paper-with-me

Papers

Model Checking for Closed-Loop Robot Reactive Planning

2023-11-16 · Christopher Chandler, Bernd Porr, Alice Miller, Giulia Lafratta

In this paper, we show how model checking can be used to create multi-step plans for a differential drive wheeled robot so that it can avoid immediate danger. Using a small, purpose built model checking algorithm in situ we generate plans in real-time in a way that reflects the egocentric reactive response of simple biological agents. Our approach is based on chaining temporary control systems which are spawned to eliminate disturbances in the local environment that disrupt an autonomous agent from its preferred action (or resting state). The method involves a novel discretization of 2D LiDAR data which is sensitive to bounded stochastic variations in the immediate environment. We operationalise multi-step planning using invariant checking by forward depth-first search, using a cul-de-sac scenario as a first test case. Our results demonstrate that model checking can be used to plan efficient trajectories for local obstacle avoidance, improving on the performance of a reactive agent which can only plan one step. We achieve this in near real-time using no pre-computed data. While our method has limitations, we believe our approach shows promise as an avenue for the development of safe, reliable and transparent trajectory planning in the context of autonomous vehicles.

📄 PDF Abstract BibTeX arXiv:2311.09780

Code (0)

등록된 구현이 없습니다.

Tasks

Autonomous VehiclesmodelTrajectory Planning

Similar Papers 제목 키워드 기반

Real-Time Model Checking for Closed-Loop Robot Reactive Planning

2025-08-26 · Christopher Chandler, Bernd Porr, Giulia Lafratta, Alice Miller arxiv

Reactive obstacle avoidance methods often cause agents to become trapped in local minima, because they can often only reason one step ahead (i.e., the next action based on the current state). In this paper, we use model …

Autonomous Vehicles

Hybrid Task and Motion Planning with Reactive Collision Handling for Multi-Robot Disassembly of Complex Products: Application to EV Batteries

2025-09-25 · Abdelaziz Shaarawy, Cansu Erdogan, Rustam Stolkin, Alireza Rastegarpanah arxiv

This paper addresses the problem of multi-robot coordination for complex manipulation task sequences. We present a vision-driven task-and-motion planning (TAMP) framework for a real dual-agent platform that integrates ta…

Collision AvoidanceMotion Planning

nuPlan-R: A Closed-Loop Planning Benchmark for Autonomous Driving via Reactive Multi-Agent Simulation

2025-11-13 · Mingxing Peng, Ruoyu Yao, Xusen Guo, Jun Ma arxiv

Recent advances in closed-loop planning benchmarks have significantly improved the evaluation of autonomous vehicles. However, existing benchmarks still rely on rule-based reactive agents such as the Intelligent Driver M…

Computational EfficiencyAutonomous VehiclesAutonomous Driving

ReactiveBFM: Reactive Closed-Loop Motion Planning Towards Universal Humanoid Whole-Body Control

2026-06-29 · Xiao Chen, Weishuai Zeng, Xiaojie Niu, Zirui Wang 외 arxiv

While current Behavior Foundation Models (BFMs) provide robust control priors for humanoids, they only execute pre-defined reference motions. As a result, they are vulnerable to environmental shifts and incapable of reac…

Motion Planning

Goal-Oriented Reactive Simulation for Closed-Loop Trajectory Prediction

2026-03-25 · Harsh Yadav, Tobias Meisen arxiv

Current trajectory prediction models are primarily trained in an open-loop manner, which often leads to covariate shift and compounding errors when deployed in real-world, closed-loop settings. Furthermore, relying on st…

Trajectory PredictionCollision Avoidance