Skip to content
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

Dynamic bridge does not support bi-directional message transfer on the same topic #47

Closed
dhood opened this issue Dec 14, 2016 · 2 comments
Labels
good first issue Good for newcomers help wanted Extra attention is needed unclaimed

Comments

@dhood
Copy link
Member

dhood commented Dec 14, 2016

E.g. if you run a ROS 1 "talker", ROS 2 "listener" and a ROS 2 "talker" and ROS 1 "listener" on the same topic, the dynamic_bridge currently only bridges in one of the two directions at a time

@dhood dhood added the help wanted Extra attention is needed label Dec 14, 2016
@dhood dhood changed the title Dynamic bridge does not support bi-directional message transfer Dynamic bridge does not support bi-directional message transfer on the same topic Dec 14, 2016
@dhood dhood added good first issue Good for newcomers unclaimed labels Mar 23, 2017
@fmrico
Copy link

fmrico commented Jun 28, 2017

Using RTI Connext, I am able to to bridge in two directions at a time with that configuration.

Using Fast-RTPS, as you said, I am not able to bridge in two directions. Maybe related to ros2/rmw_fastrtps#127 ?

@fmrico
Copy link

fmrico commented Jun 30, 2017

I confirm that, after fixing ros2/rmw_fastrtps#127, ros1_bridge works correctly both using RTI Connext and Fast-RTPS.

I recommend to close this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed unclaimed
Projects
None yet
Development

No branches or pull requests

3 participants