Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
65 commits
Select commit Hold shift + click to select a range
e557e17
DRAFT: for ENH/3-dof-simulation (See #655)
aZira371 Dec 3, 2024
a768648
ENH/3-dof-simulation (See RocketPy-Team#655)
aZira371 Dec 6, 2024
9b00c57
MNT: cleaned up new functions and
aZira371 Dec 6, 2024
87e9180
Rebase: Merge branch 'develop' of https://github.com/aZira371/RocketP…
aZira371 Feb 25, 2025
4524219
ENH: Addition of point mass classes to rocketpy.rocket and rocketpy.m…
aZira371 Feb 25, 2025
57b4732
ENH: PointMassMotor and PointMassRocket working as intended after som…
aZira371 Apr 11, 2025
81ce869
MNT: Removing unnecessary files added by mistake.
aZira371 Apr 11, 2025
0673076
Merge branch 'RocketPy-Team:master' into enh/3-dof-simulation
aZira371 Apr 24, 2025
47c9f2f
MNT: Cleaned up PointMassMotor and PointMassRocket class
aZira371 May 10, 2025
f6ad658
Merge branch 'enh/3-dof-simulation' of https://github.com/aZira371/Ro…
aZira371 May 10, 2025
33cb63a
MNT: Cleaning up flight class and PointMassMotor class
aZira371 May 10, 2025
1d2d4dc
Merge branch 'enh/3-dof-simulation' into develop
aZira371 Jun 10, 2025
fe21271
Merge pull request #1 from aZira371/develop
aZira371 Jun 10, 2025
b18b241
MNT: point mass motor cleanup
aZira371 Jun 26, 2025
8aa1016
ENH: restructuring rocket class
aZira371 Jun 30, 2025
87e7dce
MNT: fixing certain calculations on point mass motor
aZira371 Jul 11, 2025
0e4d8a4
Rename PointMassMotor.py to pointmassmotor.py
aZira371 Jul 11, 2025
41e94f1
Merge branch 'develop' into enh/3-dof-simulation
aZira371 Jul 11, 2025
e299a30
MNT: updates to 3dof example
aZira371 Jul 11, 2025
d4dc989
MNT: lint cleanup and adding 3dof to init
aZira371 Jul 11, 2025
c8096c5
MNT: Point mass motor and rocket fixes
aZira371 Aug 30, 2025
724f9dd
MNT: flight class fix on simulation mode detection
aZira371 Aug 30, 2025
f1e0fb0
MNT: make format changes
aZira371 Sep 9, 2025
4b9b952
MNT: point mass motor cleanup
aZira371 Jun 26, 2025
45380fd
ENH: restructuring rocket class
aZira371 Jun 30, 2025
5cd1535
MNT: fixing certain calculations on point mass motor
aZira371 Jul 11, 2025
1e590c2
Rename PointMassMotor.py to pointmassmotor.py
aZira371 Jul 11, 2025
981dda5
ENH: _MotorPrints inheritance - issue #460 (#828)
Gui-FernandesBR Jun 19, 2025
5c75298
MNT: fix deprecations and warnings (#829)
Gui-FernandesBR Jun 20, 2025
70f24ee
DEV: streamline caching of Python dependencies in GitHub Actions
Gui-FernandesBR Jun 20, 2025
0cb0994
ENH: Add the Coriolis Force to the Flight class (#799)
kevin-alcaniz Jul 4, 2025
58f8b0d
MNT: deprecated decorator (#830)
Gui-FernandesBR Jul 4, 2025
191744f
MNT: updates to 3dof example
aZira371 Jul 11, 2025
265dd93
MNT: lint cleanup and adding 3dof to init
aZira371 Jul 11, 2025
5aa2027
MNT: Point mass motor and rocket fixes
aZira371 Aug 30, 2025
464212d
MNT: flight class fix on simulation mode detection
aZira371 Aug 30, 2025
a1b1d1f
MNT: make format changes
aZira371 Sep 9, 2025
d9cbde5
Merge branch 'enh/3-dof-simulation' of https://github.com/aZira371/Ro…
aZira371 Sep 9, 2025
0aa32b5
Merge branch 'develop' into enh/3-dof-simulation
aZira371 Sep 9, 2025
c5152fa
MNT: rocket.py removed pointmassrocket inertia
aZira371 Oct 10, 2025
a097ea0
MNT: flight.py review updates
aZira371 Oct 10, 2025
d612fa3
MNT: flight.py sanitization
aZira371 Oct 10, 2025
5b6d7e5
Merge branch 'develop' into enh/3-dof-simulation
aZira371 Oct 10, 2025
5a47616
MNT: make format and renaming 3 dof example
aZira371 Oct 10, 2025
14c81f0
MNT: Update flight.py to remove duplicate line
aZira371 Oct 13, 2025
809ed84
MNT: correcting indentation in flight.py
aZira371 Oct 24, 2025
8c4f4c2
Merge branch 'enh/3-dof-simulation' of https://github.com/aZira371/Ro…
aZira371 Oct 24, 2025
497e6a2
MNT: docstring for pointmassrocket in rocket.py
aZira371 Oct 24, 2025
535104b
MNT: removing property from rocket.py poitmassrocket
aZira371 Oct 24, 2025
c214850
Merge branch 'develop' into enh/3-dof-simulation
Gui-FernandesBR Nov 9, 2025
f047a45
Merge branch 'develop' into enh/3-dof-simulation
aZira371 Nov 24, 2025
b624ccc
ENH: first version of tests for 3dof rocketpy
aZira371 Nov 24, 2025
9540a68
adds docs
Gui-FernandesBR Nov 27, 2025
699236e
Refactor PointMassRocket class into its own module for improved organ…
Gui-FernandesBR Nov 27, 2025
ae7d4b0
refactored tests
Gui-FernandesBR Nov 27, 2025
22797a3
Merge branch 'develop' into enh/3-dof-simulation
Gui-FernandesBR Nov 27, 2025
9516f43
fix test
Gui-FernandesBR Nov 27, 2025
9619aab
remove example notebook
Gui-FernandesBR Nov 27, 2025
fdb6f7c
type hint fix
Gui-FernandesBR Nov 27, 2025
f4886e2
Configure matplotlib to use non-interactive backend for tests
Gui-FernandesBR Nov 27, 2025
015579a
fix tests
Gui-FernandesBR Nov 27, 2025
5ec0c8d
solve comments by copilot
Gui-FernandesBR Nov 27, 2025
bcf51fe
small fix
Gui-FernandesBR Nov 27, 2025
ba73174
Merge branch 'develop' into enh/3-dof-simulation
Gui-FernandesBR Nov 27, 2025
2e454c4
DOC: Update test docstrings to follow RocketPy NumPy style guidelines
Copilot Nov 27, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,7 @@
"outerboundaryis",
"overshootable",
"planform",
"pointmassmotor",
"polystyle",
"powerseries",
"Prandtl",
Expand Down
3 changes: 2 additions & 1 deletion docs/user/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@ RocketPy's User Guide

Installation and Requirements <installation.rst>
First Simulation <first_simulation.rst>
3-DOF Simulations <three_dof_simulation.rst>

.. toctree::
:maxdepth: 1
:caption: Main Classes Usage
:caption: Main Classes Usage

Positions and Coordinate Systems <positions.rst>
Motors <motors/motors.rst>
Expand Down
Loading
Loading