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

Revision history [back]

No. The roscpp library does not work on the Arduino for several reasons. The Arduino is (still) a very limited platform with an Atmel 8 bit controller and no ethernet connector. rosserial is basically just some kind of proxy that sends all messages the Arduino subscribed to through a serial line using a special protocol and the other way around. That's why its interface sort of looks like roscpp, but it actually is something completely different.