Installation Guide
To install the required packages for the congestion-aware coverage planning algorithm, you need to:
Clone the repository:
git clone https://github.com/convince-project/congestion-coverage-plan.git
Navigate to the project directory:
cd congestion-coverage-plan
(Optional) Create and activate a virtual environment:
python3 -m venv venv
source venv/bin/activate
Install the required packages using pip:
pip install -e .