-
Notifications
You must be signed in to change notification settings - Fork 295
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
Logs a warning if a buoyancy mode is not clearly specified. #1307
Conversation
I had originally started this branch to fix #1305. Turns out that #1305 was not actually a problem, still I decided to take the opportunity to imporve the logging so that if a user fails to specify `<uniform_fluid_density>` or `<graded_density>` then the user will be warned. Furthermore, I add a test for graded density mode that shows that #1305 is not an issue. Signed-off-by: Arjo Chakravarty <arjo@openrobotics.org>
Codecov Report
@@ Coverage Diff @@
## ign-gazebo6 #1307 +/- ##
===============================================
- Coverage 62.78% 62.77% -0.02%
===============================================
Files 299 299
Lines 24023 24028 +5
===============================================
Hits 15083 15083
- Misses 8940 8945 +5
Continue to review full report at Codecov.
|
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.
Looks good to me. Just waiting for fixing the conflicts...
Signed-off-by: Arjo Chakravarty <arjo@openrobotics.org>
I think a test introduced in this PR is failing on windows CI. Do you mind using |
See #1307 (comment) Buoyancy tests failing on windows. Disabling them to prevent noise. Signed-off-by: Arjo Chakravarty <arjo@openrobotics.org>
See #1368 |
See #1307 (comment) Buoyancy tests failing on windows. Disabling them to prevent noise. Signed-off-by: Arjo Chakravarty <arjo@openrobotics.org>
This pull request has been mentioned on Gazebo Community. There might be relevant details there: https://community.gazebosim.org/t/new-ignition-releases-2022-03-01-citadel-edifice-fortress/1313/1 |
I had originally started this branch to fix #1305. Turns out that #1305 was not actually a problem, still I decided to take the opportunity to imporve the logging so that if a user fails to specify
<uniform_fluid_density>
or<graded_density>
then the user will be warned. Furthermore, I add a test for graded density mode that shows that #1305 is not an issue.Signed-off-by: Arjo Chakravarty arjo@openrobotics.org