A Minimum Energy Filter for Distributed Multirobot Localisation
Published at 21st IFAC World Congress, 2020
DOI: 10.1016/j.ifacol.2020.12.1068
Abstract:
We present a new approach to the cooperative localisation problem by applying the theory of minimum energy filtering. We consider the problem of estimating the pose of a group of mobile robots in an environment where robots can perceive fixed landmark and neighbouring robots as well as share information with others over a communications channel. Whereas the vast majority of the existing literature applies some variant of a Kalman Filter, we derive a set of filter equations for the global state estimate based on the principle of minimum energy. We show how the filter equations can be decoupled and the calculations distributed among the robots in the network without requiring a central processing node. Finally, we provide a demonstration of the filter in simulation.
Simulation Code
The code used to run the simulations presented in the paper is available here. Follow the instructions in the README file to get started. The exact simulation from the paper is located at /src/tests/simulations/IFAC2020/ascc_comparison.py
.