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

Hi, So this is how I am doing it now, since I was able to install Pyserial and I have worked with serial port before in python, I wrote my serial receiving code in python and then publishing it. Since ROS doesn't differentiate between C++ node or Python node I can basically run the serial node with any other node written in c++. This doesn't look that efficient but works for now.

Regards, TM