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

Most Arduino microcontrollers aren't powerful enough to run a full python implementation. Hence on the Arduino side you should use C/C++. While there is progress being made on python for microcontrollers (aka Circuit Python) this isn't supported on ROSSerial. You're going to need to bite the bullet and learn C/C++ to work with ROSSerial.