Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 1.44 KB

README.md

File metadata and controls

36 lines (25 loc) · 1.44 KB

Multi-Agent Trajectory Planning with NUV Priors

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.

Installation instructions

  1. Install Julia

  2. activate environment (using ] and backspace you can switch between the regular prompt and package manager)

>> ] activate .
  1. instantiate environment (only required once)
>> ] instantiate
  1. start Pluto
>> using Pluto; Pluto.run()

License

MIT License Copyright (c) 2023 BIASlab