ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Just edit the msg.h
file located Arduino/libraries/Rosserial_Arduino_Library/src/ros
in line 40 write #include <string.h>
and in line 68 and 182 remove std::
before memcpy
Hope this will work for you