martimbrandao / icra2023-drone-noise

Code for ICRA2023 paper "Noise and Environmental Justice in Drone Fleet Delivery Paths: A Simulation-Based Audit and Algorithm for Fairer Impact Distribution"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Noise and Environmental Justice in Drone Fleet Delivery Paths (ICRA2023)

By Zewei Zhou and Martim Brandao

This project's objective was to estimate issues of noise and environmental justice in drone delivery fleets. The work is based on Zewei Zhou's MSc Project, and was published in ICRA2023.

Citation

If you use this software in your research, please cite:

Zewei Zhou, Martim Brandao, "Noise and Environmental Justice in Drone Fleet Delivery Paths: A Simulation-Based Audit and Algorithm for Fairer Impact Distribution", ICRA 2023.

How to run

  1. Install required packages

    pip install -r requirements.txt
  2. Configure simulation settings. You can set the number of orders, number of drones, locations of warehouses, prioritizing factor K or P and size of cells in src/commons/configurations.py

  3. Run the application in src/application.py

Simulation

Simulation

About

Code for ICRA2023 paper "Noise and Environmental Justice in Drone Fleet Delivery Paths: A Simulation-Based Audit and Algorithm for Fairer Impact Distribution"


Languages

Language:Python 99.7%Language:Shell 0.3%