-
Notifications
You must be signed in to change notification settings - Fork 418
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
add add_on and remove_on fn to deprecate set_on_param fn #1134
Conversation
Signed-off-by: claireyywang <22240514+claireyywang@users.noreply.github.com>
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 pending CI
One minor comment.
Signed-off-by: claireyywang <22240514+claireyywang@users.noreply.github.com>
Signed-off-by: claireyywang <22240514+claireyywang@users.noreply.github.com>
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 (looks like we have the same CI failures on our nightlies)
@claireyywang This seem to have introduced some failures on nightlies https://ci.ros2.org/view/nightly/job/nightly_linux_release/1555/#showFailuresLink. Psst: We usually use |
@ivanpauno Can you point to the specific failure? It looks like the same failures have been occurring since May 23: https://ci.ros2.org/view/nightly/job/nightly_linux_release/1551/ |
Yeap, sorry for the noise. |
Yeah, please use squash in the future. It makes cherry-picking to different distributions so much easier. <3 |
Part of the effort to deprecate
set_on_parameters_set_callback
function in #1123 . It addsadd_on_set_parameters_callback
andremove_on_set_parameters_callback
tolifecycle_node