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

Revision history [back]

click to hide/show revision 1
initial version

You can write your Arduino software without using rosserial, instead write a minimal serial protocol that is small enough to fit into your arduino memory. Then you need an additional receiver-node on the ROS side, it receives the data over this minimal serial protocol and can construct a big nice standard ROS message out of it.