By Bart van Erp, Dmitry Bagaev, Albert Podusenko Ismail Senoz and Bert de Vries
Abstract
This paper presents a probabilistic model-based approach to centralized multi-agent trajectory planning. This approach allows for incorporating uncertainty of the state and dynamics of the agents directly in the model. Probabilistic inference is then efficiently automated using message passing. The recently introduced normal-with-unknown-variance (NUV) priors are used to prevent collisions between agents and obstacles. Furthermore, a new expectation-maximization inference scheme is presented for box and halfspace priors, which takes state uncertainty into account when avoiding collisions.
This repository contains all experiments of the paper.
-
Install Julia
-
activate environment (using
]
and backspace you can switch between the regular prompt and package manager)
>> ] activate .
- instantiate environment (only required once)
>> ] instantiate
- start Pluto
>> using Pluto; Pluto.run()
MIT License Copyright (c) 2023 BIASlab