micro-ROS / micro-ROS-Agent

ROS 2 package using Micro XRCE-DDS Agent.
Apache License 2.0
97 stars 51 forks source link

Serial Bridge Between Two Computers #196

Open bl0wfi-sh opened 1 year ago

bl0wfi-sh commented 1 year ago

I am looking for general information/advice on creating a ROS 2 bridge between two computers.

I want computer A to be able to subscribe/publish to a few very specific topics Computer B is talking/listening to.

These computers are two x86 computers running full ROS 2, they just have to be over serial, and the serial pipe is low bandwidth.

Is micro-ROS the proper tool/project to solve this problem?