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

Create a bidirectional bridge #1

Closed
2 tasks done
dirk-thomas opened this issue Jun 17, 2015 · 2 comments
Closed
2 tasks done

Create a bidirectional bridge #1

dirk-thomas opened this issue Jun 17, 2015 · 2 comments
Assignees

Comments

@dirk-thomas
Copy link
Member

  • having a ROS 2 publisher and subscriber with the same topic and type fails at runtime
  • to prevent routing loops the bridge must not accept messages coming from itself
    • for ROS 1 it checks the callerid and drop the message after receiving it
    • for ROS 2 it checks the guid of the sample in the dds buffer and skips taking it
@dirk-thomas dirk-thomas self-assigned this Jun 17, 2015
@dirk-thomas dirk-thomas added the in progress Actively being worked on (Kanban column) label Jun 17, 2015
@dirk-thomas
Copy link
Member Author

This is blocked by being able to have publishers and subscribers for the same topic and type in a single process (see failing test ros2/system_tests#13).

@dirk-thomas
Copy link
Member Author

Done 1f81ae3

@dirk-thomas dirk-thomas added in review Waiting for review (Kanban column) and removed in progress Actively being worked on (Kanban column) labels Jun 23, 2015
@dirk-thomas dirk-thomas removed the in review Waiting for review (Kanban column) label Jun 23, 2015
paulbovbel referenced this issue in locusrobotics/ros1_bridge Apr 5, 2023
* Add wait to ROS1 server and improve logging
* Fixup logging
juandpenan pushed a commit to juandpenan/ros1_bridge that referenced this issue Jun 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant