Trying to publish topics over ethernet from an arduino
I'm trying to publish from an arduino to my main ROS network. I can't do it over serial ports, so I'm using an ethernet shield and doing it that way. Is this possible to do with rosserial? How do you do it?
add a comment