Coverage Control Library
|
Coverage control is the problem of navigating a robot swarm to collaboratively monitor features or a phenomenon of interest not known a priori. The relative importance of the features is modeled as an underlying scalar field known as the importance density field (IDF). Coverage control with unknown features of interest has applications in various domains, including search and rescue, surveillance, and target tracking.
The library provides a simulation environment, algorithms, and GNN-based architectures for the coverage control problem.
Key features:
C++
and CUDA
to handle large-scale simulationspython
bindings that interface with the core libraryPyTorch
and PyTorch Geometric
The library is available as a pip
package. To install the package, run the following command:
See Quick Start guide for a quick introduction to the library.
LPAC: Learnable Perception-Action-Communication Loops with Applications to Coverage Control.
Saurav Agarwal, Ramya Muthukrishnan, Walker Gosrich, Vijay Kumar, and Alejandro Ribeiro.
arXiv preprint arXiv:2401.04855 (2024).
The work was performed at the GRASP Laboratory and the Alelab, University of Pennsylvania, USA.
This work was supported in part by grants ARL DCIST CRA W911NF-17-2-0181 and ONR N00014-20-1-2822.
The library is licensed under the GPL-3.0 License. The documentation is not under the GPL-3.0 License and is licensed under the CC BY-NC-SA 4.0 License.