Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/o-laurent/rocket-design
https://github.com/o-laurent/rocket-design
gui optimization-problem rocket-design
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/o-laurent/rocket-design
- Owner: o-laurent
- Created: 2020-03-30T10:27:22.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-30T10:08:13.000Z (over 4 years ago)
- Last Synced: 2024-11-08T19:49:01.347Z (2 months ago)
- Topics: gui, optimization-problem, rocket-design
- Language: JavaScript
- Size: 2.75 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rocket-design
sudo apt-get install python3-pip build-essential python3 git
Add the ssh key as explained here https://docs.gitlab.com/ee/ssh/
git clone [email protected]:oZ-0/rocket-design.git
cd rocket-design
pip3 install --user virtualenv
sudo apt-get install python3-venv
python3 -m venv .python-env
./.python-env/bin/pip3 install -r requirements.txt If you have an error installing progress, it should not matter
Optional
***********************
cd physicsmake
make clean_o
************************cd ..
source ./.python-env/bin/activate
export FLASK_APP=app.py
flask run
Go to http://127.0.0.1:5000/
************************
If you do not have much time but still want to see fine trajectories, try to lower the payload Mass :Ariane 5 with 3 tons of payload mass (instead of 7) to a GTO orbit computed by the random optimizer with default parameters is a good try. (I had an error of 10^{-6})