-
Notifications
You must be signed in to change notification settings - Fork 277
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
Support particle modification #651
Conversation
Signed-off-by: Nate Koenig <[email protected]>
Signed-off-by: Ian Chen <[email protected]>
Signed-off-by: Ian Chen <[email protected]>
looks good to me. Just need to wait for gazebosim/gz-msgs#137 and a ign-msgs6 release |
@osrf-jenkins run tests please |
Signed-off-by: Nate Koenig <[email protected]>
Codecov Report
@@ Coverage Diff @@
## ign-gazebo4 #651 +/- ##
================================================
- Coverage 77.37% 64.77% -12.60%
================================================
Files 217 232 +15
Lines 12217 16590 +4373
================================================
+ Hits 9453 10747 +1294
- Misses 2764 5843 +3079
Continue to review full report at Codecov.
|
Signed-off-by: Nate Koenig [email protected]
🦟 Bug fix
Attempting to modify a particle emitter using a
particle_emitter
message would cause a segfault. This fixes the segfault and also allows the modification to take place.This will allow a
TriggeredPublisher
to start/stop fog.Requires: gazebosim/gz-msgs#137
To test
fog.sdf
Checklist
codecheck
passed (See contributing)Note to maintainers: Remember to use Squash-Merge