-
Notifications
You must be signed in to change notification settings - Fork 12
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
Allow bi-directional topic bridging #39
Allow bi-directional topic bridging #39
Conversation
Signed-off-by: Rebecca Butler <rebecca@openrobotics.org>
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, I have left some minor comments.
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.
I agree that we should rename the YAML key to bidirectional
.
As a follow-up PR, I think we also want a reverse
option to create a single bridge swapping the from and to domains.
Please add a brief test exercising the new option. |
Signed-off-by: Rebecca Butler <rebecca@openrobotics.org>
Signed-off-by: Rebecca Butler <rebecca@openrobotics.org>
I've added a couple tests in c3e3a3a. |
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, feel free to ignore my latest comment.
Signed-off-by: Rebecca Butler <rebecca@openrobotics.org>
Signed-off-by: Rebecca Butler <rebecca@openrobotics.org>
* Create `reverse` option to enable bidirectional bridging Signed-off-by: Rebecca Butler <rebecca@openrobotics.org> * Rename `reverse` option to `bidirectional` Signed-off-by: Rebecca Butler <rebecca@openrobotics.org> * Add tests for bidirectional bridge Signed-off-by: Rebecca Butler <rebecca@openrobotics.org> * Move test to test_domain_bridge_end_to_end.cpp Signed-off-by: Rebecca Butler <rebecca@openrobotics.org> * Update test to wait for publisher on both domains Signed-off-by: Rebecca Butler <rebecca@openrobotics.org>
Closes #38
Signed-off-by: Rebecca Butler rebecca@openrobotics.org