-
Notifications
You must be signed in to change notification settings - Fork 699
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(mpc_lateral_controller): modify mathjax visualization error #6486
docs(mpc_lateral_controller): modify mathjax visualization error #6486
Conversation
@sak-0822 Some of the matrix was converted to the vector by this PR as follows for example. Can you fix them? |
@takayuki5168
I changed "\" to "\". By doing so, I was able to confirm that the matrix is displayed correctly.
The output: |
e14df52
to
387bbdd
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6486 +/- ##
=======================================
Coverage 14.79% 14.79%
=======================================
Files 1917 1917
Lines 132001 132001
Branches 39228 39228
=======================================
Hits 19524 19524
Misses 90688 90688
Partials 21789 21789
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Signed-off-by: root <root@DESKTOP-EP0T4HP>
387bbdd
to
0856bfa
Compare
@sak-0822 Just FYI, we have a similar document in the following, and the same issue is happening. We are very happy if you have time to fix it. |
…owarefoundation#6486) * docs: modified mathjacs error * test * fix * docs(mpc_lateral_controller): modify mathjax visualization error Signed-off-by: root <root@DESKTOP-EP0T4HP> --------- Signed-off-by: root <root@DESKTOP-EP0T4HP> Co-authored-by: Daiki Sakanoue <sak@Daikis-MacBook-Air.local>
Description
Fix 2 mathjax visualization error
Missing or unrecognized delimiter for \left
github-mathjax doesn't recognize
\left{ }\right
orsharir/github-mathjax#16
So I fix it as \lbrace, \rbrace.
Some equation aren't output because of "\dot{u}.
So I fix it as \dot u
Tests performed
Not applicable.
Effects on system behavior
Not applicable.
Pre-review checklist for the PR author
The PR author must check the checkboxes below when creating the PR.
In-review checklist for the PR reviewers
The PR reviewers must check the checkboxes below before approval.
Post-review checklist for the PR author
The PR author must check the checkboxes below before merging.
After all checkboxes are checked, anyone who has write access can merge the PR.