air-link Installation: Clone the repository git clone git@github.com:UnmannedAerialSystems/air-link.git Change directory to the newly cloned repo: cd air-link Create a virtual environment: python3 -m venv venv Source the virtual environment: source venv/bin/activate Install the required dependencies: pip install -r requirements.txt Running the prototype: Open two terminal windows in the project directory (be sure to source the venv) In the first terminal window, start the program with ground role: python3 prototype.py --role ground In the second terminal window, start the program with air role: python3 prototype.py --role air