Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cuspaceflight/kiwi

Generalised 6 degree of freedom trajectory propagator.
https://github.com/cuspaceflight/kiwi

6dof dynamics propagator python rocket rotation runge-kutta satellite space spaceflight trajectory

Last synced: 14 days ago
JSON representation

Generalised 6 degree of freedom trajectory propagator.

Awesome Lists containing this project

README

        



KIWI


Cambridge University Spaceflight

Are you fed up with trajectory propagators that try to do too much for you? But also don't want to write your own from scratch? Well, look no further. Kiwi is a minimalistic, barebones trajectory simulator, that can be used for any purpose from sounding rockets to satellite trajectories.

Kiwi includes both translational and rotational dynamics, making it a full 6 degree-of-freedom trajectory propagator.

## Installation
Kiwi can be installed via pip, with the following command:

`pip install git+https://github.com/cuspaceflight/kiwi.git`

## Documentation
Available at: https://cuspaceflight.github.io/kiwi/

## Templates
- [Sounding Rocket](https://github.com/cuspaceflight/kiwi/blob/master/Sounding%20Rocket.ipynb)