Multi-Agent Obstacle Avoidance using Velocity Obstacles and Control Barrier Functions
Alejandro Sánchez Roncero, Rafael I. Cabral Muchacho, Petter Ögren
TL;DR
The paper addresses safe multi-agent collision avoidance where pure VO can be overly conservative and lacks formal safety guarantees. It introduces a VO-CBF framework that keeps VO guidance in the objective via a slack variable $\lambda$ while enforcing safety through a CBF constraint, ensuring forward invariance of the safe set. The optimization minimizes $J_i = k_u \|u_i - u_{\mathrm{ref},i}\|^2 + k_{vo} \sum_j w_{ij} \lambda_{ij}^2$ with $\dot{h}_{vo,ij} + \alpha_{vo}(h_{vo,ij}) \ge \lambda_{ij}$ and $\dot{h}_{c,ij} + \alpha_c(h_{c,ij}) \ge 0$, where $w_{ij}=1/T_{\mathrm{col},ij}$ and $T_{\mathrm{col},ij}$ is the time-to-collision. Empirical results on 2nd-order integrator and car-like dynamics show smoother, collision-free trajectories and competitive timing relative to VO/RVO/hVO/OVVO baselines, while providing formal safety guarantees suitable for real-time, decentralized deployment.
Abstract
Velocity Obstacles (VO) methods form a paradigm for collision avoidance strategies among moving obstacles and agents. While VO methods perform well in simple multi-agent environments, they don't guarantee safety and can show overly conservative behavior in common situations. In this paper, we propose to combine a VO-strategy for guidance with a CBF-approach for safety, which overcomes the overly conservative behavior of VOs and formally guarantees safety. We validate our method in a baseline comparison study, using 2nd order integrator and car-like dynamics. Results support that our method outperforms the baselines w.r.t. path smoothness, collision avoidance, and success rates.
