Embedded (non-ROS) -> ROS over Ethernet
I have an embedded device not supported by ROS but which runs a Linux variant. I want to connect this to my ROS Groovy machine via Ethernet but not sure on the best approach - however I was thinking TCP would be ideal.
How should i connect these devices and are there any examples from which I can work from? I.e. How can i communicate between them over Ethernet?
Cheers.