-
Notifications
You must be signed in to change notification settings - Fork 163
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
Added remapping resolution for action names #1170
base: rolling
Are you sure you want to change the base?
Conversation
Signed-off-by: Justus Braun <[email protected]>
Signed-off-by: Justus Braun <[email protected]>
Signed-off-by: Justus Braun <[email protected]>
Signed-off-by: Justus Braun <[email protected]>
I wasn't able to reproduce the test error locally. I think this might be related to/the same as #1016. |
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.
test would be ideal, similar with https://github.com/ros2/rcl/blob/rolling/rcl/test/rcl/test_remap_integration.cpp.
most of the comments for the action client can be applied to server implementation as well.
Signed-off-by: Justus Braun <[email protected]>
Signed-off-by: Justus Braun <[email protected]>
I have added tests for action name remapping as requested. @fujitatomoya do you think it is necessary to add tests for local arguments passed to |
Currently remapping of action names is not possible see ros2/ros2#1312 .
I have now stumbled over this multiple times and I think it is a useful feature, so i took a shot at implementing the remapping of action names. Please let me know if you have any comments or if I overlooked something.
Fixes ros2/ros2#1312.