ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

You have basically two way of doing this:

  1. You can compile roscomm on your embedded device. It is enough to send ROS messages over the network.

  2. You have no way to compile roscomm on this embedded device so you need to use an alternative communication channel TCP or UDP being probably the easiest way to go.

1 is better but require more work whereas 2 is probably easier but will induce a delay in the communication...