Fix warning dynamic_reconfigure#479
Conversation
|
I updated the mutex I removed the line - dyn_reconf_server_->getConfigDefault(config);Should be fine now. |
|
Not sure what's up with Travis... I re-ran the build for the last commit (merge 5c3ff61 into Similar issue here: travis-ci/travis-ci#7643, but since the GitHub-Travis integration is still working properly on other PRs in this repo (#466), I don't think that's the issue. |
matthew-reynolds
left a comment
There was a problem hiding this comment.
Looks good to me, just need to switch the boost::shared_ptr back to std::shared_ptr and a couple style nitpicks.
|
Hi @matthew-reynolds , I followed your hints and I updated all changes. In the first time #479 (comment) I thought was the same to use a On travis is all green https://travis-ci.org/github/ros-controls/ros_controllers/builds/673500215 I do not why is in pending here. |
matthew-reynolds
left a comment
There was a problem hiding this comment.
Yeah, Travis seems to be having some difficulty in the last few days.
Thanks for iterating, looks good to me.
5cdbb34 to
352aeba
Compare
|
I've squashed & rebased on the latest melodic-devel, going to merge when the CI is happy |
Hi all,
I was working on my package when I approach this warning on my screen

This pull-request fix the initialisation dynamic_reconfigure and now this warning is not show anymore.
PS: This pull-request should fix this answer https://answers.ros.org/question/310267/updateconfig-called-on-a-dynamic_reconfigureserver-that-provides-its-own-mutex/