-
Notifications
You must be signed in to change notification settings - Fork 682
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
docs(control_performance_analysis): utilize mathjax syntax in readme #9552
Conversation
Signed-off-by: M. Fatih Cırıt <[email protected]>
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
Signed-off-by: M. Fatih Cırıt <[email protected]>
Signed-off-by: M. Fatih Cırıt <[email protected]>
Signed-off-by: M. Fatih Cırıt <[email protected]>
Signed-off-by: M. Fatih Cırıt <[email protected]>
Signed-off-by: M. Fatih Cırıt <[email protected]>
Signed-off-by: M. Fatih Cırıt <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #9552 +/- ##
==========================================
- Coverage 29.51% 29.50% -0.01%
==========================================
Files 1444 1445 +1
Lines 108528 108553 +25
Branches 41404 41407 +3
==========================================
Hits 32032 32032
- Misses 73376 73401 +25
Partials 3120 3120
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Also it is more consistent with the code now with the updated matrix multiplication ordering: autoware.universe/control/control_performance_analysis/src/control_performance_analysis_core.cpp Line 221 in 4c0c378
Ready for review ✅ |
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.
COOL!
Description
https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/writing-mathematical-expressions#about-writing-mathematical-expressions
This will sacrifice from the maintainability a bit but make it better and more professional for rendered output.
Rendered beautifully in the documentation page too:
https://autowarefoundation.github.io/autoware.universe/pr-9552/control/control_performance_analysis/#outputs
Related links
Related PR:
How was this PR tested?
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.