-
-
Notifications
You must be signed in to change notification settings - Fork 238
ENH: implement a linear varying center of mass for Hybrid motors #196
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
Conversation
A method was added that allows calculating the variation of the center of mass of the hybrid motor using a linear interpolation.
|
@ompro07 can you add a simple example of your feature working ? |
|
Hey @ompro07 nice PR from your side. I've pointed 3 major comments that I think we can discuss in more details in order to improve this implementation and the next ones 1 . I definetely suggest we include an example of hybrid motor usage, at least for facilitating our verifications on future pull requests. I am suggesting the following example: and then the
|
Gui-FernandesBR
left a comment
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.
Comments stated below, nice work anyway
An example notebook for the HybridMotor class and a simple unit test were added, the Info and AllInfo methods were complemented.
|
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
|
Thanks @MateusStano for solving the problems with github actions |



A method was added that allows calculating the variation of the center of mass of the hybrid motor using a linear interpolation.
Pull request type
Please check the type of change your PR introduces:
Pull request checklist
Please check if your PR fulfills the following requirements, depending on the type of PR:
ReadMe, Docs and GitHub maintenance:
Code base maintenance (refactoring, formatting, renaming):
black rocketpy) has passed locally and any fixes were madepytest --runslow) have passed locallyCode base additions (for bug fixes / features):
black rocketpy) has passed locally and any fixes were madepytest --runslow) have passed locallyWhat is the current behavior?
Enter text here...
What is the new behavior?
Enter text here...
Does this introduce a breaking change?
Other information
Enter text here...
A method was added that allows calculating the variation of the center of mass of the hybrid motor using linear interpolation.