Skip to content

The project aims to simulate a drone navigation system that transports medical supplies and samples between healthcare facilities.

Notifications You must be signed in to change notification settings

Morvin-Ian/drone-navigation-simulation

Repository files navigation

Drone Navigation Simulation

Demo.mp4

Setup

1. git clone [email protected]:Morvin-Ian/drone-navigation-simulation.git

Run Application

- make build
- make makemigrations
- make migrate
- make superuser
- make seed (Seed Drones)
- make shell
    to load the boundaries data run these commands in the shell
    >>> from navigate.data import load_layer
    >>> load_layer.run()
    >>> quit()

About

The project aims to simulate a drone navigation system that transports medical supplies and samples between healthcare facilities.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published