RocketPy
RocketPy copied to clipboard
Next generation High-Power Rocketry 6-DOF Trajectory Simulation
## Pull request type - [X] Code base additions (bugfix, features) ## Pull request checklist Please check if your PR fulfills the following requirements, depending on the type of PR:...
**Describe the bug** Running the code in [Colab Notebook preview](https://colab.research.google.com/github/giovaniceotto/rocketpy/blob/master/docs/notebooks/getting_started_colab.ipynb) led to an error. ```python --------------------------------------------------------------------------- RuntimeError Traceback (most recent call last) [](https://localhost:8080/#) in () ----> 1 Env.setAtmosphericModel(type="Forecast", file="GFS") [/usr/local/lib/python3.7/dist-packages/rocketpy/Environment.py](https://localhost:8080/#)...
## Pull request type Please check the type of change your PR introduces: - [ ] Code base additions (bugfix, features) - [x] Code maintenance (refactoring, formatting, renaming, tests) -...
**Describe the bug** The current start page of our documentation, which is pretty much are ReadMe, contains broken links and images. **To Reproduce** Navigate to https://docs.rocketpy.org/en/latest/ and scroll down until...
## Pull request type Please check the type of change your PR introduces: - [X] Code base additions (bugfix, features) ## Pull request checklist - ReadMe, Docs and GitHub maintenance:...
## Pull request type Please check the type of change your PR introduces: - [x] Code base additions (bugfix, features) ## Pull request checklist Please check if your PR fulfills...
**Environment Analysis** class is now on Master but it is still missing a few important features to be fully done: - Create a test_environment_class.py file and add tests for all...
**Is your feature request related to a problem? Please describe.** Not exactly a problem **Describe the solution you'd like** I would love to be able to answer what are the...
## Pull request type Please check the type of change your PR introduces: - [x] Code base additions (bugfix, features) - [ ] Code maintenance (refactoring, formatting, renaming, tests) -...
Calculate the Parachute deployment impact forces, I believe it only depends on 1. Rocket Freestream Speed at the instant of deployment 2. Parachute CdS 3. A Force Coefficient based on...