Installation Guide

To install the required packages for the congestion-aware coverage planning algorithm, you need to:

  1. Clone the repository:

git clone https://github.com/convince-project/congestion-coverage-plan.git
  1. Navigate to the project directory:

cd congestion-coverage-plan
  1. (Optional) Create and activate a virtual environment:

python3 -m venv venv
source venv/bin/activate
  1. Install the required packages using pip:

pip install -e .