paper-with-me

홈 › Papers

Efficient Multi-Agent Trajectory Planning with Feasibility Guarantee using Relative Bernstein Polynomial

2019-09-23

This paper presents a new efficient algorithm which guarantees a solution for a class of multi-agent trajectory planning problems in obstacle-dense environments. Our algorithm combines the advantages of both grid-based and optimization-based approaches, and generates safe, dynamically feasible trajectories without suffering from an erroneous optimization setup such as imposing infeasible collision constraints. We adopt a sequential optimization method with \textit{dummy agents} to improve the scalability of the algorithm, and utilize the convex hull property of Bernstein and relative Bernstein polynomial to replace non-convex collision avoidance constraints to convex ones. The proposed method can compute the trajectory for 64 agents on average 6.36 seconds with Intel Core i7-7700 @ 3.60GHz CPU and 16G RAM, and it reduces more than $50\%$ of the objective cost compared to our previous work. We validate the proposed algorithm through simulation and flight tests.

📄 PDF Abstract BibTeX arXiv:1909.10219

Code (1)

qwerty35/swarm_simulator 공식 구현

Tasks

Collision AvoidanceCPUTrajectory Planning

Similar Papers 제목 키워드 기반

Decentralized Contingency MPC based on Safe Sets for Nonlinear Multi-agent Collision Avoidance

2026-05-11 · Max Studt, Georg Schildbach arxiv

Decentralized collision avoidance remains challenging, particularly when agents do not communicate any information related to planned trajectories. Most existing approaches either rely on conservative coordination mechan…

Collision Avoidance

Multi-Agent gatekeeper: Safe Flight Planning and Formation Control for Urban Air Mobility

2025-11-24 · Thomas Marshall Vielmetti, Devansh R Agrawal, Dimitra Panagou arxiv

We present Multi-Agent gatekeeper, a framework that provides provable safety guarantees for leader-follower formation control in cluttered 3D environments. Existing methods face a trad-off: online planners and controller…

Collision Avoidance

Learning to Predict Vehicle Trajectories with Model-based Planning

2021-03-06 · Haoran Song, Di Luan, Wenchao Ding, Michael Yu Wang 외

Predicting the future trajectories of on-road vehicles is critical for autonomous driving. In this paper, we introduce a novel prediction framework called PRIME, which stands for Prediction with Model-based Planning. Unl…

Autonomous DrivingMotion ForecastingPrediction

Time-aware Motion Planning in Dynamic Environments with Conformal Prediction

2025-11-22 · Kaier Liang, Licheng Luo, Yixuan Wang, Mingyu Cai 외 arxiv

Safe navigation in dynamic environments remains challenging due to uncertain obstacle behaviors and the lack of formal prediction guarantees. We propose two motion planning frameworks that leverage conformal prediction (…

Motion Planning

Optimizing Trajectories for Highway Driving with Offline Reinforcement Learning

2022-03-21 · Branka Mirchevska, Moritz Werling, Joschka Boedecker

Implementing an autonomous vehicle that is able to output feasible, smooth and efficient trajectories is a long-standing challenge. Several approaches have been considered, roughly falling under two categories: rule-base…

Autonomous DrivingOffline RLreinforcement-learningReinforcement Learning+1