RocketPy
RocketPy copied to clipboard
Next generation High-Power Rocketry 6-DOF Trajectory Simulation
## Pull request type - [ ] Code changes (bugfix, features) - [ ] Code maintenance (refactoring, formatting, tests) - [X] ReadMe, Docs and GitHub updates - [ ] Other...
We are going to officially adopt pylint in this repo. Github Actions workflows erre updated: - The black/linter bot will no longer commit to this repo - When opening a...
## Pull request type - [x] Code changes (bugfix, features) ## Checklist - [ ] Tests for the changes have been added (if needed) - [ ] Lint (`black rocketpy/...
## Pull request type - [ ] Code changes (bugfix, features) - [ ] Code maintenance (refactoring, formatting, tests) - [ ] ReadMe, Docs and GitHub updates - [ ]...
**Describe the bug** When trying to add `RailButtons` using the `add_surfaces()` method, RocketPy crashes because it requires a rocket_radius for all surfaces being added (this is due to `Flight.u_dot_generalized()` method)....
This pull request implements the option to run simulations in parallel to the `MonteCarlo` class. The feature is using a context manager named `MonteCarloManager` to centralize all workers and shared...
**Describe the solution you'd like** Imagine you have multiple atmospheric profiles (pressure, temperature, wind_x, wind_y) for a single location. We want to build a netCDF4 dataset that: * Combines all...
RocketPy already allows you to run mult-stage rocket simulations. However, we all now it is not an easy task. Let's improve user's experience with this feature request. **We can divide...
## Pull request type - [x] Code changes (bugfix, features) ## Checklist - [x] Lint (`black rocketpy/ tests/`) has passed locally - [x] All tests (`pytest tests -m slow --runslow`)...
## Pull request type - [x] Code changes (bugfix, features) ## Checklist - [x] Tests for the changes have been added (if needed) - [x] Docs have been reviewed and...