ros2 / domain_bridge

Bridge communication across different ROS 2 domains.
Apache License 2.0
55 stars 11 forks source link

Integrate domain bridge with rclcpp_components #31

Closed rebecca-butler closed 3 years ago

rebecca-butler commented 3 years ago

We should leverage the existing rclcpp_components framework to allow the domain bridge to be loaded into a container. This would allow the bridge and all other nodes to be run in the same process, ideally reducing latency.