Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/cuspaceflight/kiwi
- Owner: cuspaceflight
- License: agpl-3.0
- Created: 2022-06-05T17:32:13.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-08-10T10:35:34.000Z (over 2 years ago)
- Last Synced: 2024-11-06T21:13:55.888Z (2 months ago)
- Topics: 6dof, dynamics, propagator, python, rocket, rotation, runge-kutta, satellite, space, spaceflight, trajectory
- Language: Jupyter Notebook
- Homepage:
- Size: 3.21 MB
- Stars: 3
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)