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

If you just want to send and receive data with your microcontroller, then you can use PySerial for Python or Serial for C++:

  • http://pyserial.sourceforge.net/
  • https://github.com/wjwwood/serial

If you want to "directly" publish and subscribe to ROS topics from your microcontroller then modifying rosserial for your system is likely the best option.