-
Notifications
You must be signed in to change notification settings - Fork 167
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
Remap two nodes of one executable file with same node name in different namespaces #806
Comments
I know the old usage in user applications must be updated after this fix.
to
but I think using this order of remapping rules that remapping namespace before node name seems no limitation. |
I have the following result, it is slightly different from yours. (with ros2/ros2@ca09b31)
could you confirm the problem? |
okay, now i see it. sorry i was too early to ask you. |
Never mind. Do you think if we should reorder the remapping of node name and namespace? |
what happens if you do:
does thus work? Based on the design doc, I think it should be used like that. |
No, it doesn't work. This's my expectation, so I think we need to update the design document of |
Ah, ok. Yeah reading the docs again that doesn't work. Remapping two nodes that originally have a different name to a same new name but with a different namespace doesn't seem possible. The only downside of the current approach is that some examples can be counter-intuitive, but I'm not sure if that can completely be avoided. |
I will left this open and marked as See ros2/design#299 (comment) for details. |
Bug report
Required Info:
Steps to reproduce issue
Expected behavior
Actual behavior
Additional information
Remapping rules are applied in the following order:
The text was updated successfully, but these errors were encountered: