-
-
Notifications
You must be signed in to change notification settings - Fork 199
BUG: Wrong Phi Initialization For nose_to_tail
Rockets
#809
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
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.
LGTM
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.
should be "fixed"
…m/RocketPy into bug/inverted-rocket
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #809 +/- ##
===========================================
+ Coverage 79.11% 79.79% +0.67%
===========================================
Files 96 97 +1
Lines 11575 11899 +324
===========================================
+ Hits 9158 9495 +337
+ Misses 2417 2404 -13 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Current behavior
Simulation with
nose_to_tail
rockets andtail_to_nose
rockets were not identical given correct inputs. If you did this with calisto, this difference was really small, but for rockets with more complex parts (individual fins, generic surfaces...) this became more apparent.New behavior
The problem came from the initialization of the initial spin angle. The initialization was corrected and a test was created to assert equivalence of both coordinate systems.
Breaking change