-
Notifications
You must be signed in to change notification settings - Fork 276
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
Updating hydrodynamics plugin description #1502
Conversation
Signed-off-by: Dharini Dutia <[email protected]>
Signed-off-by: Dharini Dutia <[email protected]>
Not sure if the checklist is applicable here and how to update the documentation |
@@ -41,7 +41,7 @@ namespace systems | |||
/// plugin), etc. | |||
/// | |||
/// # System Parameters | |||
/// The exact description of these parameters can be found on p. 37 of | |||
/// The exact description of these parameters can be found on p. 37 and p. 43 of |
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.
Oh, linters are unhappy
/github/workspace/src/systems/hydrodynamics/Hydrodynamics.hh:44: Lines should be <= 80 characters long [whitespace/line_length] [2]
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. Just fix the linter errors highlighted by @chapulina
Signed-off-by: Dharini Dutia <[email protected]>
Codecov Report
@@ Coverage Diff @@
## ign-gazebo6 #1502 +/- ##
============================================
Coverage 33.58% 33.58%
============================================
Files 44 44
Lines 2260 2260
============================================
Hits 759 759
Misses 1501 1501 Continue to review full report at Codecov.
|
Summary
Improved the hydrodynamics plugin parameters description to easily map with Fossen's book notation and understand their significance for usage.
Note to maintainers: Remember to use Squash-Merge and edit the commit message to match the pull request summary while retaining
Signed-off-by
messages.