This project aims to create an algorithm for decentralized multi-robot exploration, specifically applied to urban search and rescue. It is using this research as a basis. This project formed a part of the comparison used in this paper.
-
Clone the repo and open it
git clone https://github.com/Federico-PizarroBejarano/Decentralized-Multi-Robot-Exploration.git
-
Install dependencies
pip install -r requirements.txt
-
Run the code using
python -m decentralized_exploration
-
Run all tests using
python -m decentralized_exploration.tests
-
Run individual tests using
python -m decentralized_exploration.tests.SPECIFIC_TEST_FILE