Skip to content

Flotilla is the main point of access for operators to interact with multiple robots in a facility.

License

Notifications You must be signed in to change notification settings

yamikarajput546/flotilla

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flotilla

Flotilla is the main point of access for operators to interact with multiple robots in a facility. The application consists of a frontend in React and a backend in Python using the FastAPI framework.

Setup

For development, please fork the repository. Then, clone the repository:

git clone https://github.com/equinor/flotilla

Run with docker

Install docker using the official documentation.

Install docker compose:

sudo apt update
sudo apt install docker-compose

Build the docker container:

sudo docker-compose build

Start Flotilla by running:

sudo docker-compose up

or

sudo docker-compose up --build

About

Flotilla is the main point of access for operators to interact with multiple robots in a facility.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 63.3%
  • TypeScript 26.2%
  • CSS 4.8%
  • HTML 3.9%
  • Shell 0.7%
  • Dockerfile 0.6%
  • JavaScript 0.5%