-
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
Fix WindEffects Plugin bug, not configuring new links #844
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.
This looks good! For testing, I recommend using the user-commands system to spawn a model as done in this example: https://github.com/ignitionrobotics/ign-gazebo/blob/80379fb4515c246a6b0bc2ee078755eb83230655/test/integration/touch_plugin.cc#L233
@azeey I followed your advice with the test, let me know what you think :) |
I just realized this is targeting Edifice. In general we try to create PRs targetting the earliest supported version and forward port once it gets merged. If there is no specific reason for targetting Edifice, would you mind changing it to citadel (ign-gazebo3)?
The test looks great! Thanks. |
@Blast545 , can this be moved to "In review"? Also I noticed you retargeted to |
@chapulina Yes! I'm re-targeting it. I thought using the web GUI was enough, and when I saw the conflicts I realized I'll have to do it manually 😆 Moved to in-review. |
Signed-off-by: Jorge Perez <jjperez@ekumenlabs.com>
Signed-off-by: Jorge Perez <jjperez@ekumenlabs.com>
c6f67a6
to
d0424cf
Compare
Codecov Report
@@ Coverage Diff @@
## ign-gazebo3 #844 +/- ##
===============================================
- Coverage 77.98% 77.97% -0.02%
===============================================
Files 216 216
Lines 12131 12130 -1
===============================================
- Hits 9460 9458 -2
- Misses 2671 2672 +1
Continue to review full report at Codecov.
|
@azeey CI all green (except codecov) PTAL, I think is ready to merge :D |
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.
Thanks!
🦟 Bug fix
Fixes #843
Summary
Fixes tagged issue. I'm not sure how to test this bug fix, can I get some advice about how to this fix? I imagine the test would be something like:
Let me know your thoughts.
Checklist
codecheck
passed (See contributing)Signed-off-by: Jorge Perez jjperez@ekumenlabs.com