https://github.com/dmalyuta/ecolint_rocket_landing
1D rocket soft landing optimization and control problem, for my presentation at Ecolint
https://github.com/dmalyuta/ecolint_rocket_landing
Last synced: 7 months ago
JSON representation
1D rocket soft landing optimization and control problem, for my presentation at Ecolint
- Host: GitHub
- URL: https://github.com/dmalyuta/ecolint_rocket_landing
- Owner: dmalyuta
- Created: 2018-06-10T22:56:41.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-11T10:02:54.000Z (over 7 years ago)
- Last Synced: 2025-01-15T10:28:20.631Z (9 months ago)
- Language: Python
- Size: 544 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ecolint Rocket Landing
This repository contains the code used to generate the plots in my
[presentation](https://docs.google.com/presentation/d/1pt-C16-qTEGr-wWMeIDPDRWSl-iWz_vhpcA7v-F84yg/edit#slide=id.g3bbe7cacff_0_0)
at Ecolint. You can run:- `explore_initial_height.py`: analyzes the effect of landing burn start height
on the fuel usage;
- `explore_control.py`: analyzes the effect of using feedback control on the
soft touchdown accuracy when there is noise in the thrust generated by the
rocket engine.