RocketPy icon indicating copy to clipboard operation
RocketPy copied to clipboard

Next generation High-Power Rocketry 6-DOF Trajectory Simulation

Results 141 RocketPy issues
Sort by recently updated
recently updated
newest added

## 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:...

Enhancement
Propulsion

**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/#)...

Bug
Environment

## Pull request type Please check the type of change your PR introduces: - [ ] Code base additions (bugfix, features) - [x] Code maintenance (refactoring, formatting, renaming, tests) -...

enhancement

**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...

Bug
Docs

## 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:...

Enhancement
Aerodynamics
Exports and Prints

## 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...

Enhancement
Environment

**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...

Enhancement
Environment

**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...

Enhancement
Monte Carlo

## Pull request type Please check the type of change your PR introduces: - [x] Code base additions (bugfix, features) - [ ] Code maintenance (refactoring, formatting, renaming, tests) -...

NewFeature

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...

Enhancement
Parachute