Skip to content

drinking-code/uav-formations-interface

Repository files navigation

Web Interface for the UAV Formation Computation Program

This repository contains the frontend and the web server. See here🔗 for the accompanying Python script(s).

Prerequisites

Getting started

In the other repository, create a venv:

python3.11 -m venv venv

Install the other repository's dependencies (after activating the venv):

pip install -r requirements.txt

In this repository, install the dependencies:

npm i

Build the frontend:

npm run build

Start the server and provide the path to main.py of the other repository:

npm start <path/to/main.py>

Your favourite browser should open and navigate to the correct url. If not, manually go to http://loacalhost:3000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors