-
-
Notifications
You must be signed in to change notification settings - Fork 169
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ENH: Rocket Axes Definition #635
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is really nice, I really like the idea of the new page and I know this is going to be crucial for the next steps.
I feel like in the future we should also tell the user that the origin (0, 0, 0) of the flight corresponds to the rocket CDM (center of mass with motor but without propellant), and also better describes the rail length interference in the simulation.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #635 +/- ##
===========================================
+ Coverage 75.75% 75.88% +0.13%
===========================================
Files 81 85 +4
Lines 9820 10058 +238
===========================================
+ Hits 7439 7633 +194
- Misses 2381 2425 +44 ☔ View full report in Codecov by Sentry. |
* ENH: make aerosurface position a Vector * DOC: fixes to addsurfaces refs * DOC: mv rocket.rst to rocket\rocket_usage.rst * ENH: remaining changes for vector position * DOC: aero surfaces docs minor improvements * DOC: create rocket axes description page * DOC: 3d csys correction * ENH: add rail button angular position to initial flight state * REV: revert position to Vector * ENH: consider buttons angular position in initial flight state * DOC: improve docstrings and add references * TST: adapt tests for new buttons angular position * DOC: final additions to flight csys * DEV: changelog * MNT: isort again * DOC: minor fixes * DOC: minor fixes * DOC: minor adjustments --------- Co-authored-by: Gui-FernandesBR <[email protected]>
Pull request type
Checklist
black rocketpy/ tests/
) has passed locallypytest tests -m slow --runslow
) have passed locallyCHANGELOG.md
has been updated (if relevant)Changes
angular_position
of rail buttons in initial Flight stateBreaking change
Additional information
This is built on top of #634. That PR should be merged first.