-
Notifications
You must be signed in to change notification settings - Fork 448
subordinate node consistent behavior and update docstring. #2822
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
Conversation
Signed-off-by: Tomoya Fujita <[email protected]>
Signed-off-by: Tomoya Fujita <[email protected]>
@jmachowinski @mjcarroll can you review this? |
Signed-off-by: Tomoya Fujita <[email protected]>
Pulls: #2822 |
We can probably get this into Rolling during the freeze, before Kilted branches off (which it hasn't yet IIUC). |
@christophebedard what do you think about backport ? #2822 (comment) |
Yeah, I agree, maybe we should hold off on backporting, at least for now. This is the kind of issue that users probably worked around. If someone requests a backport, then we can consider it more seriously. |
Warning DO NOT MERGE THIS, WE ARE NOW BRANCHING KILTED. |
@Mergifyio backport kilted |
✅ Backports have been created
|
* subordinate node consistent behavior and update docstring. Signed-off-by: Tomoya Fujita <[email protected]> * add subnode_parameter_operation test. Signed-off-by: Tomoya Fujita <[email protected]> * typo fixes. Signed-off-by: Tomoya Fujita <[email protected]> --------- Signed-off-by: Tomoya Fujita <[email protected]> (cherry picked from commit c89a2b1)
…2830) * subordinate node consistent behavior and update docstring. * add subnode_parameter_operation test. * typo fixes. --------- (cherry picked from commit c89a2b1) Signed-off-by: Tomoya Fujita <[email protected]> Co-authored-by: Tomoya Fujita <[email protected]>
closes #2795
Note
extend_name_with_sub_namespace
is inline function, so user must rebuild the application with rclcpp to get this fix. besides that, this is behavior change could break the application. i am not inclined to backport this. thoughts?