Skip to content

unl-nimbus-lab/SwarmPlanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

swarmplanner

A browser-based tool for managing swarms

To use the application:

git clone <this repository>

If you want to use Swarmplanner with USB devices:

cd SwarmPlanner/deployment

then start the app:

docker-compose up

If you want to use SwarmPlanner in simulation:

cd SwarmPlanner/simulation

then start the app:

docker-compose up

To use the application in Development mode:

cd SwarmPlanner/React/SwarmPlanner

Build the development image:

docker build -t swarmplanner_devel .

then start the development image:

docker run -p 3000:3000 --mount type=bind,source="$(pwd)",target=/app swarmplanner_devel

About

A browser-based tool for managing swarms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published