[go: up one dir, main page]

Skip to content

iamxanadu/parafoil-dynamics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Parafoil Control Testbed

Simulate and test controls algorithms for a parafoil.

Examples

simple_example.py: use a Lyapunov-Dubins controller and graph output trajectory

plot of output of lyapunov-dubins controller

Installation

Make sure you are using Python version 3 or greater (python --version to check).

To install:

git clone <repository url>
cd parafoil-dynamics
python -m pip install -r requirements.txt # install scipy, matplotlib, alive_progress, and pyyaml

Or in a Python virtual environment

git clone <repository url>
cd parafoil-dynamics
python -m venv env
source env/bin/activate
python -m pip install -r requirements.txt

Running

python <filename> # for example: `python simple_example.py`

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages