Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/moonshallow5/ilp

Devised an algorithm which maximizes the amount of pizza deliveries via a drone on a given day, while avoiding some areas on the map
https://github.com/moonshallow5/ilp

Last synced: 6 days ago
JSON representation

Devised an algorithm which maximizes the amount of pizza deliveries via a drone on a given day, while avoiding some areas on the map

Awesome Lists containing this project

README

        

# Informatics Large Practical (22-23)

Course Name: Informatics Large Practical

Objective: Devise an efficient drone delivery program, which allows customers to order pizzas from their favourite restaurant and get it delivered to them via a drone.

Focus: Java

Final Mark: 70%

## Files


  • ilp-results contains the .geojson files that shows the flight path of the drone from Appleton tower (where the order is from) to the pizza restaurant, and the drone has to find the quickest route to and fro while dodging some areas of the map.

  • src contains the files for the movement of the drone, the menu of the restaurants and orders of the customers
  • ilp-report contains the class documentation and the detailed strategy implementation report

  • ilp-coursework the project that we had to do

## Screenshots

Sample flight path of the drone flying to and fro, from the customer, to the pizza restaurant and back to the customer.


The yellow icon is where the customer is, the blue icon is where the restaurants are, the red boxes are areas which should be avoided and the grey lines is the movement of the drone.


![image](https://github.com/user-attachments/assets/4e394e21-5eda-40cc-a296-632c89502b63)