Giter Club home page Giter Club logo

kaze's Introduction

Kaze Docker - UAV Wind Simulation Testing Utility

Build

In order to run Kaze, simply clone the repo, and run build the docker container...

git clone [email protected]:SUNY-BU-Software-Systems-Research-Group/Kaze-Docker.git
cd Kaze-Docker
sudo docker build .

Run

Run the docker container. Here you can specify how many cpus you would like to give the container.

sudo docker run --cpus 8 -it <container_id>

Once inside the docker container, simply run the Kaze.py script with your generation filfe. An example generation file (with a population of 1) can be found at Kaze-Docker/Kaze/inputs/kaze/seed/seed_1.xml. Templates of generation files can be found at Kaze/templates/generation_1.template, Kaze/templates/generation_10.template (population of 1 and 10, respectively).

cd Kaze
python Kaze.py path/to/generation/file.xml

Collecting Fitness Results

The results of a given run (a batch of one or more simulations), the results will be found in /var/batch_name/fitness.xml. This will be contain fitness results, with one entry for every entry in the input generation file. Each entry will contain two values; Position and Collision. Position refers to the Positional PCC calculated by comparing the simulation with its "windless" equivalent. Collision refers to if the drone went out of bounds, and collided with a building.

kaze's People

Contributors

ase2023-376 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.